build-sys: ignore .patch, .orig and .swp files
parent
54217ea500
commit
da9ea91b37
|
@ -1,6 +1,9 @@
|
|||
*~
|
||||
*.bak
|
||||
*.o
|
||||
*.orig
|
||||
*.patch
|
||||
*.swp
|
||||
.deps
|
||||
.libs
|
||||
Makefile
|
||||
|
|
Loading…
Reference in New Issue