]> git.lizzy.rs Git - mcl_enchanting.git/commitdiff
Add .gitignore
authorTim <t4im@users.noreply.github.com>
Fri, 5 Aug 2016 21:04:06 +0000 (23:04 +0200)
committerTim <t4im@users.noreply.github.com>
Fri, 5 Aug 2016 21:04:06 +0000 (23:04 +0200)
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..ef02689
--- /dev/null
@@ -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/*