gitignore: ignore vim temp files

This commit is contained in:
Marcus Hoffmann 2019-03-22 14:34:15 +01:00
parent 085329a7d2
commit 4ae7839c71
No known key found for this signature in database
GPG key ID: ACDF63BC43D5E530

2
.gitignore vendored
View file

@ -6,6 +6,8 @@
/tmp/
/builder/
*~
*.swp
*.swo
*.pyc
.fdroid*
*.apk