diff options
author | Jan Engelhardt <jengelh@medozas.de> | 2011-12-20 16:27:07 +0100 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-12-20 13:48:44 -0200 |
commit | 2689912b56095c061fa70087f78193d2e7744896 (patch) | |
tree | e4b8a16780211710c2bdf7cb2d3e4d1ee7c989d7 /.gitignore | |
parent | 87beacc99f62fc342a5380a3e12449d530bd0aa6 (diff) | |
download | kmod-2689912b56095c061fa70087f78193d2e7744896.tar.gz kmod-2689912b56095c061fa70087f78193d2e7744896.tar.bz2 kmod-2689912b56095c061fa70087f78193d2e7744896.zip |
gitignore: only ignore build system files in the top directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -5,16 +5,18 @@ .libs/ Makefile Makefile.in -aclocal.m4 -autom4te.cache/ -build-aux/ -config.h -config.h.in -config.log -config.status -configure -libtool -stamp-h1 + +/aclocal.m4 +/autom4te.cache/ +/build-aux/ +/config.h +/config.h.in +/config.log +/config.status +/configure +/libtool +/stamp-h1 + *~ .*.swp cscope.out |