Skip to content

Commit

Permalink
Add more files and file types to .gitignore (#5859)
Browse files Browse the repository at this point in the history
  • Loading branch information
red-001 authored and SmallJoker committed May 31, 2017
1 parent 6444963 commit ed82150
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .gitignore
Expand Up @@ -22,9 +22,12 @@ tags
!tags/
gtags.files
.idea/*
# Codelite
*.project

## Files related to minetest development cycle
/*.patch
*.diff
# GNU Patch reject file
*.rej

Expand All @@ -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/
Expand Down

0 comments on commit ed82150

Please sign in to comment.