diff options
author | José Fonseca <jfonseca@users.sourceforge.net> | 2009-03-28 17:21:03 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@users.sourceforge.net> | 2009-03-28 17:21:03 +0000 |
commit | 6cc97c591a35c3704b05079c9bf1b2b22df2a765 (patch) | |
tree | 9921147373901b9edb569196db86cc8ab96f7e4c | |
parent | 8ef34db09db094f219993d581de0c0ce320a9a0e (diff) |
Ignore derived files.
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0689b28 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +*.a +*.bak +*.bz2 +*.gz +*.o +*.so +.*.swp +.deps +ChangeLog +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.h +config.h.in +config.log +config.status +configure +deliver +depcomp +esmtp +install-sh +lexer.c +mailq +missing +parser.c +parser.h +sendmail +stamp-h1 +ylwrap |