update .gitignore

This commit is contained in:
Tim 2016-08-29 18:25:40 +02:00
parent a1ed3acd7a
commit a65eaa7cf2
1 changed files with 21 additions and 0 deletions

21
.gitignore vendored
View File

@ -1 +1,22 @@
## Files related to minetest development cycle
/*.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/*