Merge pull request #45490 from dalexeev/ignore-kate

gitignore: Ignore Kate swap files
This commit is contained in:
Rémi Verschelde 2021-01-27 09:14:34 +01:00 committed by GitHub
commit 2fa73106c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitignore vendored
View file

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