diff options
author | Mukund Sivaraman <muks@isc.org> | 2012-03-08 05:05:48 +0100 |
---|---|---|
committer | Mukund Sivaraman <muks@isc.org> | 2012-03-08 05:06:41 +0100 |
commit | 99c9c5e589d0359c115265864302b8dfefb210db (patch) | |
tree | 551ac5d72173c18f0ba34135e13efe7906b8db17 /.gitignore | |
parent | [1673] Add ChangeLog entry (diff) | |
download | kea-99c9c5e589d0359c115265864302b8dfefb210db.tar.xz kea-99c9c5e589d0359c115265864302b8dfefb210db.zip |
Add a basic .gitignore to ignore build related fluff
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..600aac3154 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +*.la +*.lo +*.o +.deps/ +.libs/ +Makefile +Makefile.in +TAGS + +/aclocal.m4 +/autom4te.cache/ +/config.guess +/config.h +/config.h.in +/config.log +/config.report +/config.status +/config.sub +/configure +/cscope.files +/cscope.out +/depcomp +/install-sh +/libtool +/ltmain.sh +/missing +/py-compile +/stamp-h1 |