mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
gitignore: anchor entries at their respective directory
.ko is specific to module, .m4 to config, etc. Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
ecf76e3676
commit
ea0fcfc875
5
.gitignore
vendored
5
.gitignore
vendored
@ -14,16 +14,11 @@
|
||||
# Normal rules
|
||||
#
|
||||
*.[oa]
|
||||
*.ko
|
||||
*.ko.unsigned
|
||||
*.ko.out
|
||||
*.ko.out.sig
|
||||
*.lo
|
||||
*.la
|
||||
*.mod.c
|
||||
*~
|
||||
*.swp
|
||||
.*.cmd
|
||||
.deps
|
||||
.libs
|
||||
.DS_Store
|
||||
|
12
config/.gitignore
vendored
12
config/.gitignore
vendored
@ -1,6 +1,6 @@
|
||||
config.guess
|
||||
config.sub
|
||||
depcomp
|
||||
install-sh
|
||||
ltmain.sh
|
||||
missing
|
||||
/config.guess
|
||||
/config.sub
|
||||
/depcomp
|
||||
/install-sh
|
||||
/ltmain.sh
|
||||
/missing
|
||||
|
6
module/.gitignore
vendored
6
module/.gitignore
vendored
@ -1,3 +1,9 @@
|
||||
*.ko
|
||||
*.ko.unsigned
|
||||
*.ko.out
|
||||
*.ko.out.sig
|
||||
.*.cmd
|
||||
|
||||
/.tmp_versions
|
||||
/Module.markers
|
||||
/Module.symvers
|
||||
|
Loading…
Reference in New Issue
Block a user