Improve gitignore

Ignore .*.d and exclude Makefile.in in module/
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:56:10 -07:00 committed by Brian Behlendorf
parent 3e6c943347
commit 952e490b1b
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

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

3
module/.gitignore vendored
View File

@ -4,7 +4,10 @@
*.ko.out.sig
*.dwo
.*.cmd
.*.d
/.tmp_versions
/Module.markers
/Module.symvers
!Makefile.in