Update translation templates
[oweals/minetest_game.git] / .gitignore
index a57dbc901ba23e3450c00a3fe89253898d376f03..ef02689c5d68b95a9fd91783b55e849256468f11 100644 (file)
@@ -1,7 +1,22 @@
-## Generic ignorable patterns and files
+## Files related to minetest development cycle
+/*.patch
+# GNU Patch reject file
+*.rej
+
+## Editors and Development environments
 *~
-.*.swp
-*bak*
-tags
+*.swp
+*.bak*
+*.orig
+# Vim
 *.vim
-
+# Kate
+.*.kate-swp
+.swp.*
+# Eclipse (LDT)
+.project
+.settings/
+.buildpath
+.metadata
+# Idea IDE
+.idea/*