diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-01-13 18:25:35 -0800 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-03-19 10:47:15 -0700 |
commit | b58a95d037d2b4c7b5b6166684d6670f381f55a2 (patch) | |
tree | 74cd141f5edb2f63507df7cc36fb17867d2efdc6 /.gitignore |
Initial autotools commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4eca397 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +config.guess +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +.deps/ +.libs/ |