merge upstream commit: Gitignore: Update to ignore additional ide/editors

master
Tim 2015-09-20 16:31:29 +02:00 committed by tchncs
parent 0533203710
commit cc32e37b82
1 changed files with 21 additions and 8 deletions

29
.gitignore vendored
View File

@ -1,9 +1,22 @@
## Generic ignorable patterns and files
*~
.*.swp
*bak*
tags
*.vim
## Files related to minetest development cycle ## Files related to minetest development cycle
*.patch /*.patch
# GNU Patch reject file
*.rej
## Editors and Development environments
*~
*.swp
*.bak*
*.orig
# Vim
*.vim
# Kate
.*.kate-swp
.swp.*
# Eclipse (LDT)
.project
.settings/
.buildpath
.metadata
# Idea IDE
.idea/*