summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2016-08-29 18:25:40 +0200
committerTim <t4im@users.noreply.github.com>2016-08-29 18:25:40 +0200
commita65eaa7cf2b730ae1db2285a9ea354de4d598497 (patch)
tree222cd73ee7365e4f576cbb4fcc3b6032ef095c97 /.gitignore
parenta1ed3acd7a7b65825b2faba4cc81dd42b249ba44 (diff)
downloadpipeworks-a65eaa7cf2b730ae1db2285a9ea354de4d598497.tar
pipeworks-a65eaa7cf2b730ae1db2285a9ea354de4d598497.tar.gz
pipeworks-a65eaa7cf2b730ae1db2285a9ea354de4d598497.tar.bz2
pipeworks-a65eaa7cf2b730ae1db2285a9ea354de4d598497.tar.xz
pipeworks-a65eaa7cf2b730ae1db2285a9ea354de4d598497.zip
update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b25c15b..ef02689 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +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/*