diff options
| author | Marq Schneider <queueRAM@gmail.com> | 2012-05-06 22:50:16 -0500 |
|---|---|---|
| committer | Marq Schneider <queueRAM@gmail.com> | 2012-05-06 22:50:16 -0500 |
| commit | b0b8a2faec6609582e61e78cd8242e866fb31019 (patch) | |
| tree | d3e8bbe7d2719cc72a46251e1cd3b4f1039683ec | |
| parent | f6eef6eebf060605852aa85a98fe1a56aa87cd86 (diff) | |
| download | btpd-b0b8a2faec6609582e61e78cd8242e866fb31019.tar.gz btpd-b0b8a2faec6609582e61e78cd8242e866fb31019.zip | |
Clean up and add a few more entries to .gitignore
| -rw-r--r-- | .gitignore | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index a64e224..028c6b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,19 @@ -*.in -aclocal.m4 -autom4te.cache -compile -configure -config.guess -config.sub -depcomp -install-sh -missing +# http://www.gnu.org/software/automake +Makefile.in + +# http://www.gnu.org/software/autoconf +/autom4te.cache +/aclocal.m4 +/compile +/configure +/depcomp +/install-sh +/missing + +# Dependency files +.deps + +# Object files and libraries +*.o +*.a + |