diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-12-29 00:34:36 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-12-29 00:34:36 +0100 |
commit | 624e15d9b5923701eede0a44415ad5acb698e005 (patch) | |
tree | 1b0e0e4d2e45fd89beee707f6488c09d066a5d53 | |
parent | ceee5de11c68b233a77e4721601cf98daecef6c8 (diff) |
add .gitignore
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..baef992 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +*~ +*.o +*.a +*.lo +*.la +.libs +.deps +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +config.h +config.h.in +config.log +config.status +config.guess +config.sub +libtool +ltmain.sh +install-sh +missing +configure +stamp-h1 +depcomp |