gitignore: Ignore Kate swap files
This commit is contained in:
parent
1f5669d8d4
commit
e09e0fbd1f
|
@ -268,9 +268,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
|
||||||
|
|
Loading…
Reference in New Issue