mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-06-10 07:56:39 +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:
committed by
Brian Behlendorf
parent
2ded1c7eff
commit
3bda331ba8
@@ -48,3 +48,5 @@ cscope.*
|
||||
*.rpm
|
||||
*.deb
|
||||
*.tar.gz
|
||||
*.patch
|
||||
*.orig
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
/spl
|
||||
/splat
|
||||
@@ -9,3 +9,5 @@ modules.order
|
||||
/.tmp_versions
|
||||
/Module.markers
|
||||
/Module.symvers
|
||||
|
||||
!Makefile.in
|
||||
|
||||
Reference in New Issue
Block a user