From: Jason Self Date: Sat, 13 Jan 2018 15:30:40 +0000 (-0800) Subject: Set up .gitattributes X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=155bb24b4a3778b8951c5ff5b4de53ba90bea968;p=muddle-interpreter.git Set up .gitattributes To exclude undesired files from git archive. Signed-off-by: Jason Self --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..4813ac5 --- /dev/null +++ b/.gitattributes @@ -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