Add more files and file types to `.gitignore` (#5859)

This commit is contained in:
red-001 2017-05-31 19:08:13 +01:00 committed by SmallJoker
parent 6444963fb1
commit ed8215042c
1 changed files with 8 additions and 1 deletions

9
.gitignore vendored
View File

@ -22,9 +22,12 @@ tags
!tags/
gtags.files
.idea/*
# Codelite
*.project
## Files related to minetest development cycle
/*.patch
*.diff
# GNU Patch reject file
*.rej
@ -43,13 +46,17 @@ gtags.files
!/mods/minetest/mods_here.txt
/worlds
/world/
/clientmods/mods.conf
/clientmods/*
!/clientmods/preview/
/client/mod_storage/
## Configuration/log files
minetest.conf
debug.txt
## Other files generated by minetest
screenshot_*.png
## Doxygen files
doc/Doxyfile
doc/html/