mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
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:
parent
9a252c218a
commit
2ec79834a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ Makefile.in
|
||||
*~
|
||||
.*.swp
|
||||
cscope.out
|
||||
tags
|
||||
|
16
testsuite/.gitignore
vendored
16
testsuite/.gitignore
vendored
@ -1,11 +1,11 @@
|
||||
.dirstamp
|
||||
*.lo
|
||||
*.la
|
||||
*.so
|
||||
rootfs/
|
||||
test-init
|
||||
test-loaded
|
||||
test-testsuite
|
||||
test-modinfo
|
||||
test-alias
|
||||
test-new-module
|
||||
/.dirstamp
|
||||
/rootfs/
|
||||
/test-alias
|
||||
/test-init
|
||||
/test-loaded
|
||||
/test-modinfo
|
||||
/test-new-module
|
||||
/test-testsuite
|
||||
|
24
tools/.gitignore
vendored
24
tools/.gitignore
vendored
@ -1,9 +1,15 @@
|
||||
.dirstamp
|
||||
insmod
|
||||
rmmod
|
||||
lsmod
|
||||
modprobe
|
||||
modinfo
|
||||
depmod
|
||||
kmod
|
||||
kmod-nolib
|
||||
/.dirstamp
|
||||
/depmod
|
||||
/insmod
|
||||
/kmod
|
||||
/kmod-depmod
|
||||
/kmod-insmod
|
||||
/kmod-lsmod
|
||||
/kmod-modinfo
|
||||
/kmod-modprobe
|
||||
/kmod-nolib
|
||||
/kmod-rmmod
|
||||
/lsmod
|
||||
/modinfo
|
||||
/modprobe
|
||||
/rmmod
|
||||
|
Loading…
Reference in New Issue
Block a user