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
|
.*.swp
|
||||||
cscope.out
|
cscope.out
|
||||||
|
tags
|
||||||
|
16
testsuite/.gitignore
vendored
16
testsuite/.gitignore
vendored
@ -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
24
tools/.gitignore
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user