diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2006-02-23 13:48:26 -0800 |
---|---|---|
committer | Eric Anholt <anholt@leguin.anholt.net> | 2006-04-06 15:51:56 -0700 |
commit | 1555229f29fa7479d6a7a51f451d04a5ef3460bd (patch) | |
tree | 30ba7a5e8dcc6d03ebf32aa0ade46d736d99816e /.gitignore | |
parent | 139d33ac807fb0fc35c37c3689a6e80238199442 (diff) |
Move .cvsignore to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c7bcbee1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +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 |