mirror of https://github.com/godotengine/godot
gitignore: Ignore Kate swap files
(cherry picked from commit e09e0fbd1f)
This commit is contained in:
parent
299769a99a
commit
8c22d5a973
|
|
@ -265,9 +265,12 @@ __pycache__/
|
|||
# KDE
|
||||
.directory
|
||||
|
||||
#Kdevelop project files
|
||||
# Kdevelop project files
|
||||
*.kdev4
|
||||
|
||||
# Kate swap files
|
||||
*.kate-swp
|
||||
|
||||
# Xcode
|
||||
xcuserdata/
|
||||
*.xcscmblueprint
|
||||
|
|
|
|||
Loading…
Reference in New Issue