From 6de9de3b463ae10965f3a6907d97e5bf75bef27e Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Thu, 15 Sep 2005 17:45:04 +0200 Subject: [PATCH] Add a root .gitignore file. It will make GIT ignore most of the generated files. There are still some .cvsignore -> .gitignore conversion to be done. --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..725642dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +acinclude.m4 +aclocal.m4 +config.cache +config.h +config.h.in +config.log +config.status +configure +Makefile +Makefile.in +stamp-h +stamp-h.in +depcomp +autom4te.cache +stamp-h1 +.deps +elinks +*.swp +*.html +*.patch +features.log