mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-27 16:17:34 +01:00
update .gitignore
This commit is contained in:
parent
a1ed3acd7a
commit
a65eaa7cf2
21
.gitignore
vendored
21
.gitignore
vendored
@ -1 +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/*
|
||||
|
Loading…
Reference in New Issue
Block a user