Browse Source

Gitignore: Update to ignore additional ide/editors

Tim 8 years ago
parent
commit
cd5893db02
1 changed files with 20 additions and 7 deletions
  1. 20 7
      .gitignore

+ 20 - 7
.gitignore

@@ -1,9 +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
-
-## Files related to minetest development cycle
-*.patch
+# Kate
+.*.kate-swp
+.swp.*
+# Eclipse (LDT)
+.project
+.settings/
+.buildpath
+.metadata
+# Idea IDE
+.idea/*