Template
2
0
Fork 0
mirror of https://github.com/luanti-org/minetest_game.git synced 2025-03-16 21:01:24 +00:00
minetest/.gitignore

23 lines
264 B
Text
Raw Normal View History

## Files related to minetest development cycle
/*.patch
# GNU Patch reject file
*.rej
## Editors and Development environments
2012-03-26 22:59:53 +03:00
*~
*.swp
*.bak*
*.orig
# Vim
2012-03-26 22:59:53 +03:00
*.vim
# Kate
.*.kate-swp
.swp.*
# Eclipse (LDT)
.project
.settings/
.buildpath
.metadata
# Idea IDE
.idea/*