Added Kate Swap files to the gitignore file
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -4,12 +4,12 @@
|
||||
# or operating system, you probably want to add a global ignore instead:
|
||||
# git config --global core.excludesfile '~/.gitignore_global'
|
||||
|
||||
**/.keep
|
||||
**/.core
|
||||
|
||||
# Ignore bundler config.
|
||||
/.bundle
|
||||
|
||||
# Ignore Kate Swap files
|
||||
*.kate-swp
|
||||
|
||||
# Ignore all logfiles and tempfiles.
|
||||
/log/*
|
||||
/tmp/*
|
||||
|
||||
Reference in New Issue
Block a user