mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 19:50:25 +03:00
Improve gitignore
Ignore .*.d and exclude Makefile.in in module/ Also, ignore *.patch and *.orig files Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
This commit is contained in:
parent
3e6c943347
commit
952e490b1b
2
.gitignore
vendored
2
.gitignore
vendored
@ -55,3 +55,5 @@ cscope.*
|
|||||||
*.rpm
|
*.rpm
|
||||||
*.deb
|
*.deb
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
*.patch
|
||||||
|
*.orig
|
||||||
|
3
module/.gitignore
vendored
3
module/.gitignore
vendored
@ -4,7 +4,10 @@
|
|||||||
*.ko.out.sig
|
*.ko.out.sig
|
||||||
*.dwo
|
*.dwo
|
||||||
.*.cmd
|
.*.cmd
|
||||||
|
.*.d
|
||||||
|
|
||||||
/.tmp_versions
|
/.tmp_versions
|
||||||
/Module.markers
|
/Module.markers
|
||||||
/Module.symvers
|
/Module.symvers
|
||||||
|
|
||||||
|
!Makefile.in
|
||||||
|
Loading…
Reference in New Issue
Block a user