Set up .gitattributes
authorJason Self <j@jxself.org>
Sat, 13 Jan 2018 15:30:40 +0000 (07:30 -0800)
committerJason Self <j@jxself.org>
Sat, 13 Jan 2018 15:30:40 +0000 (07:30 -0800)
To exclude undesired files from git archive.

Signed-off-by: Jason Self <j@jxself.org>
.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..4813ac5
--- /dev/null
@@ -0,0 +1,21 @@
+.gitattributes export-ignore  
+.gitignore export-ignore
+Makefile export-ignore
+Makefile.in export-ignore
+aclocal.m4 export-ignore
+autom4te.cache export-ignore
+compile export-ignore
+config.h export-ignore
+config.h.in export-ignore
+config.log export-ignore
+config.status export-ignore
+configure export-ignore
+depcomp export-ignore
+install-sh export-ignore
+missing export-ignore
+src/*.o export-ignore
+src/.deps export-ignore
+src/Makefile export-ignore
+src/Makefile.in export-ignore
+src/muddle export-ignore
+stamp-h1 export-ignore
\ No newline at end of file