mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-25 18:59:33 +03:00
Improve gitignore
Exclude Makefile.in in module/ and fix the gitignore in cmd/ Also, ignore *.patch and *.orig files Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
This commit is contained in:
parent
2ded1c7eff
commit
3bda331ba8
2
.gitignore
vendored
2
.gitignore
vendored
@ -48,3 +48,5 @@ cscope.*
|
||||
*.rpm
|
||||
*.deb
|
||||
*.tar.gz
|
||||
*.patch
|
||||
*.orig
|
||||
|
1
cmd/.gitignore → cmd/splat/.gitignore
vendored
1
cmd/.gitignore → cmd/splat/.gitignore
vendored
@ -1,2 +1 @@
|
||||
/spl
|
||||
/splat
|
2
module/.gitignore
vendored
2
module/.gitignore
vendored
@ -9,3 +9,5 @@ modules.order
|
||||
/.tmp_versions
|
||||
/Module.markers
|
||||
/Module.symvers
|
||||
|
||||
!Makefile.in
|
||||
|
Loading…
Reference in New Issue
Block a user