summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2021-01-27 01:07:57 +0300
committerDanil Alexeev <danil@alexeev.xyz>2021-01-27 01:07:57 +0300
commite09e0fbd1f45ea51789068115f2dc1d3b93710d7 (patch)
treea80687033fb19902960b4001cc7e7470fbffb495
parent1f5669d8d4a9515d605ad9fc55313fc27bd6d250 (diff)
gitignore: Ignore Kate swap files
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5275402f3e..c1c2374bc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -268,9 +268,12 @@ __pycache__/
# KDE
.directory
-#Kdevelop project files
+# Kdevelop project files
*.kdev4
+# Kate swap files
+*.kate-swp
+
# Xcode
xcuserdata/
*.xcscmblueprint