Gitignore kate-swp files

These seem to be swap files created by KDE-based file editors such as KDevelop.
This commit is contained in:
Ghostkeeper 2015-12-15 11:46:28 +01:00
parent 63d007c02c
commit 1f35c25b80

1
.gitignore vendored
View file

@ -1,5 +1,6 @@
*.pyc *.pyc
*kdev* *kdev*
*.kate-swp
__pycache__ __pycache__
docs/html docs/html
*.lprof *.lprof