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