From 4e6eb3ffc5a25eb2ffe9e71136029dbef4b40b4b Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Mon, 18 Jun 2007 02:02:47 +0200 Subject: [PATCH] add gitignore with some defaults --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..13ccda24c --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +/wiki/backups/* +*~ +a.out +semantic.cache +aclocal.m4 +Makefile +Makefile.in +autom4te* +config.* +configure +*.tar.* +build/*