Skip to content

Commit a65eaa7

Browse files
committed
update .gitignore
1 parent a1ed3ac commit a65eaa7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1+
## Files related to minetest development cycle
2+
/*.patch
3+
# GNU Patch reject file
4+
*.rej
5+
6+
## Editors and Development environments
17
*~
8+
*.swp
9+
*.bak*
10+
*.orig
11+
# Vim
12+
*.vim
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)