build-sys: ignore .patch, .orig and .swp files

master
Benno Schulenberg 2016-04-05 17:14:30 +02:00
parent 54217ea500
commit da9ea91b37
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
*~ *~
*.bak *.bak
*.o *.o
*.orig
*.patch
*.swp
.deps .deps
.libs .libs
Makefile Makefile