Merge pull request #45490 from dalexeev/ignore-kate
gitignore: Ignore Kate swap files
This commit is contained in:
commit
2fa73106c1
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -268,9 +268,12 @@ __pycache__/
|
|||
# KDE
|
||||
.directory
|
||||
|
||||
#Kdevelop project files
|
||||
# Kdevelop project files
|
||||
*.kdev4
|
||||
|
||||
# Kate swap files
|
||||
*.kate-swp
|
||||
|
||||
# Xcode
|
||||
xcuserdata/
|
||||
*.xcscmblueprint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue