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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue