Browse Source

gitignore: Ignore Kate swap files

(cherry picked from commit e09e0fbd1f45ea51789068115f2dc1d3b93710d7)
Danil Alexeev 4 years ago
parent
commit
8c22d5a973
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -265,9 +265,12 @@ __pycache__/
 # KDE
 # KDE
 .directory
 .directory
 
 
-#Kdevelop project files
+# Kdevelop project files
 *.kdev4
 *.kdev4
 
 
+# Kate swap files
+*.kate-swp
+
 # Xcode
 # Xcode
 xcuserdata/
 xcuserdata/
 *.xcscmblueprint
 *.xcscmblueprint