Gitignore: Update to ignore additional ide/editors

Cette révision appartient à :
Tim 2015-09-20 16:31:29 +02:00 révisé par paramat
Parent 9d6df824d6
révision cd5893db02
1 fichiers modifiés avec 21 ajouts et 8 suppressions

29
.gitignore externe
Voir le fichier

@ -1,9 +1,22 @@
## Generic ignorable patterns and files
*~
.*.swp
*bak*
tags
*.vim
## 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/*