Gitignore: Update to ignore additional ide/editors
authorTim <t4im@users.noreply.github.com>
Sun, 20 Sep 2015 14:31:29 +0000 (16:31 +0200)
committerparamat <mat.gregory@virginmedia.com>
Sun, 26 Jun 2016 05:10:49 +0000 (06:10 +0100)
.gitignore

index 717f5fe031af4105d05a8ebd3db8f13877ec2e28..ef02689c5d68b95a9fd91783b55e849256468f11 100644 (file)
@@ -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/*