diff options
author | Eric Anholt <anholt@leguin.anholt.net> | 2006-04-11 16:37:10 -0700 |
---|---|---|
committer | Eric Anholt <anholt@leguin.anholt.net> | 2006-04-11 16:37:10 -0700 |
commit | 66d216da3bfe7c143d681b610130e6daf6dfa52f (patch) | |
tree | f0bbb671b56dbc26acb757cd9d9b064ef6901cc6 /.gitignore | |
parent | 692a4a4bafd4cab197b761cda22368581b78f996 (diff) |
Replace .cvsignore with .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6f660b9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +.deps +.libs +Makefile +Makefile.in +*.la +*.lo +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 |