You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
gitignore: Ignore Kate swap files
(cherry picked from commit e09e0fbd1f)
This commit is contained in:
committed by
Rémi Verschelde
parent
299769a99a
commit
8c22d5a973
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user