Add .gitignore

Cette révision appartient à :
Tim 2016-08-05 15:55:19 +02:00
Parent bd930a9f15
révision 18dd120784
1 fichiers modifiés avec 22 ajouts et 0 suppressions

22
.gitignore externe Fichier normal
Voir le fichier

@ -0,0 +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/*