forked from Mirrorlandia_minetest/minetest
Add more files and file types to .gitignore
(#5859)
This commit is contained in:
parent
6444963fb1
commit
ed8215042c
9
.gitignore
vendored
9
.gitignore
vendored
@ -22,9 +22,12 @@ tags
|
|||||||
!tags/
|
!tags/
|
||||||
gtags.files
|
gtags.files
|
||||||
.idea/*
|
.idea/*
|
||||||
|
# Codelite
|
||||||
|
*.project
|
||||||
|
|
||||||
## Files related to minetest development cycle
|
## Files related to minetest development cycle
|
||||||
/*.patch
|
/*.patch
|
||||||
|
*.diff
|
||||||
# GNU Patch reject file
|
# GNU Patch reject file
|
||||||
*.rej
|
*.rej
|
||||||
|
|
||||||
@ -43,13 +46,17 @@ gtags.files
|
|||||||
!/mods/minetest/mods_here.txt
|
!/mods/minetest/mods_here.txt
|
||||||
/worlds
|
/worlds
|
||||||
/world/
|
/world/
|
||||||
/clientmods/mods.conf
|
/clientmods/*
|
||||||
|
!/clientmods/preview/
|
||||||
/client/mod_storage/
|
/client/mod_storage/
|
||||||
|
|
||||||
## Configuration/log files
|
## Configuration/log files
|
||||||
minetest.conf
|
minetest.conf
|
||||||
debug.txt
|
debug.txt
|
||||||
|
|
||||||
|
## Other files generated by minetest
|
||||||
|
screenshot_*.png
|
||||||
|
|
||||||
## Doxygen files
|
## Doxygen files
|
||||||
doc/Doxyfile
|
doc/Doxyfile
|
||||||
doc/html/
|
doc/html/
|
||||||
|
Loading…
Reference in New Issue
Block a user