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
|
*.rpm
|
||||||
*.deb
|
*.deb
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
*.patch
|
||||||
|
*.orig
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
/spl
|
|
||||||
/splat
|
/splat
|
|
@ -9,3 +9,5 @@ modules.order
|
||||||
/.tmp_versions
|
/.tmp_versions
|
||||||
/Module.markers
|
/Module.markers
|
||||||
/Module.symvers
|
/Module.symvers
|
||||||
|
|
||||||
|
!Makefile.in
|
||||||
|
|
Loading…
Reference in New Issue