]> git.lizzy.rs Git - xdecor.git/commitdiff
Update .gitignore
authorTim <t4im@users.noreply.github.com>
Fri, 5 Aug 2016 16:26:01 +0000 (18:26 +0200)
committerTim <t4im@users.noreply.github.com>
Fri, 5 Aug 2016 16:26:01 +0000 (18:26 +0200)
.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/*