summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim <t4im@users.noreply.github.com>2016-08-05 15:55:19 +0200
committerTim <t4im@users.noreply.github.com>2016-08-05 15:55:19 +0200
commit18dd1207844cd0296a91288cc22ace9a04f39b77 (patch)
tree7cf9cd357855848e03bbe13b8490b159cc0611b9 /.gitignore
parentbd930a9f15e2e8c767e2d7a9f3c817f8fde92ae7 (diff)
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ef02689
--- /dev/null
+++ b/.gitignore
@@ -0,0 +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/*