From e3c5b8f67bd243ef21e2b7c8e937f30eed4c048a Mon Sep 17 00:00:00 2001 From: Nick Gasson Date: Sat, 21 Nov 2009 14:05:42 +0000 Subject: [PATCH] Add ignore file --- .gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6148179 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# git-ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +*.[oa] +*~ +config.guess +config.sub +aclocal.m4 +autom4te.cache +Makefile.in +COPYING +INSTALL +*.gmo +configure +depcomp +install-sh +build +missing +TAGS -- 2.39.2