From 5454e4fa74390b7c16cf37efb0ec11c0c9faad1c Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 24 Jun 2010 13:40:31 +0200 Subject: Add .gitignore files Add .gitignore files and delete .cvsignore files. --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c76baf0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +.* +!.gitignore +*.o +*.lo +*.la +*.gz +Makefile.in +Makefile +*.m4 +stamp-h* +config.* +/ltmain.sh +/configure +/install-sh +/mkinstalldirs +/missing +/*.cache +/depcomp +/compile +/libtool +/INSTALL +/fuse.pc +/.pc +/patches +/m4 -- cgit v1.2.3