diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-07-26 17:06:18 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-07-26 17:06:18 +0200 |
commit | 7170de83762660efebff79be84f763008466ffa7 (patch) | |
tree | 761894c4e1a6c70d8b885c7a08c42896d9c34475 /.gitignore | |
parent | 80bf41170af91b62b9950a5cf7baf3c364a8f539 (diff) |
Merged the various .cvsignores into .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f421710 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +Makefile +Makefile.in +*.la +*.lo +*.o +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +stamp-h1 +man/mga.? +util/stormdwg +.deps +.libs |