gitignore: ignore .patch files
This commit is contained in:
parent
ace38fafb0
commit
037ec5a3c4
|
@ -11,6 +11,7 @@ Makefile.in
|
||||||
.*sw?
|
.*sw?
|
||||||
*.pbxuser
|
*.pbxuser
|
||||||
*.mode1v3
|
*.mode1v3
|
||||||
|
*.patch
|
||||||
obj*
|
obj*
|
||||||
build*
|
build*
|
||||||
cscope*
|
cscope*
|
||||||
|
|
Loading…
Reference in New Issue