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:
Chunwei Chen 2017-05-24 15:23:37 -07:00 committed by Brian Behlendorf
parent 2ded1c7eff
commit 3bda331ba8
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@ -48,3 +48,5 @@ cscope.*
*.rpm
*.deb
*.tar.gz
*.patch
*.orig

View File

@ -1,2 +1 @@
/spl
/splat

2
module/.gitignore vendored
View File

@ -9,3 +9,5 @@ modules.order
/.tmp_versions
/Module.markers
/Module.symvers
!Makefile.in