Skip to content

Commit cd5893d

Browse files
t4imparamat
authored andcommittedJun 26, 2016
Gitignore: Update to ignore additional ide/editors
1 parent 9d6df82 commit cd5893d

File tree

1 file changed

+20
-7
lines changed

1 file changed

+20
-7
lines changed
 

Diff for: ‎.gitignore

+20-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
1-
## Generic ignorable patterns and files
1+
## Files related to minetest development cycle
2+
/*.patch
3+
# GNU Patch reject file
4+
*.rej
5+
6+
## Editors and Development environments
27
*~
3-
.*.swp
4-
*bak*
5-
tags
8+
*.swp
9+
*.bak*
10+
*.orig
11+
# Vim
612
*.vim
7-
8-
## Files related to minetest development cycle
9-
*.patch
13+
# Kate
14+
.*.kate-swp
15+
.swp.*
16+
# Eclipse (LDT)
17+
.project
18+
.settings/
19+
.buildpath
20+
.metadata
21+
# Idea IDE
22+
.idea/*

0 commit comments

Comments
 (0)
Please sign in to comment.