projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d6df82
)
Gitignore: Update to ignore additional ide/editors
author
Tim
<t4im@users.noreply.github.com>
Sun, 20 Sep 2015 14:31:29 +0000
(16:31 +0200)
committer
paramat
<mat.gregory@virginmedia.com>
Sun, 26 Jun 2016 05:10:49 +0000
(06:10 +0100)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 717f5fe031af4105d05a8ebd3db8f13877ec2e28..ef02689c5d68b95a9fd91783b55e849256468f11 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-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/*