Update .gitignore files

Add kmod-* prefixed tool names, add 'tags' in root directory (for ctags,
matches cscope.out ignore already in there), and prefix tools/ entries
with '/' so they are absolute ignores and don't apply to subdirectories.
This commit is contained in:
Dan McGee 2012-02-03 20:29:08 -06:00 committed by Lucas De Marchi
parent 9a252c218a
commit 2ec79834a3
3 changed files with 24 additions and 17 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@ Makefile.in
*~ *~
.*.swp .*.swp
cscope.out cscope.out
tags

16
testsuite/.gitignore vendored
View File

@ -1,11 +1,11 @@
.dirstamp
*.lo *.lo
*.la *.la
*.so *.so
rootfs/ /.dirstamp
test-init /rootfs/
test-loaded /test-alias
test-testsuite /test-init
test-modinfo /test-loaded
test-alias /test-modinfo
test-new-module /test-new-module
/test-testsuite

24
tools/.gitignore vendored
View File

@ -1,9 +1,15 @@
.dirstamp /.dirstamp
insmod /depmod
rmmod /insmod
lsmod /kmod
modprobe /kmod-depmod
modinfo /kmod-insmod
depmod /kmod-lsmod
kmod /kmod-modinfo
kmod-nolib /kmod-modprobe
/kmod-nolib
/kmod-rmmod
/lsmod
/modinfo
/modprobe
/rmmod