diff options
author | red-001 <red-001@outlook.ie> | 2017-05-31 19:08:13 +0100 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2017-05-31 20:08:13 +0200 |
commit | ed8215042c3fdf0f020b2870c8fb783ca839e30b (patch) | |
tree | d6da615a5b4c2f3990d9b1ad4970553be7d00204 /.gitignore | |
parent | 6444963fb11279156e10fe9a25e6e22042f3d395 (diff) | |
download | minetest-ed8215042c3fdf0f020b2870c8fb783ca839e30b.tar.gz minetest-ed8215042c3fdf0f020b2870c8fb783ca839e30b.tar.bz2 minetest-ed8215042c3fdf0f020b2870c8fb783ca839e30b.zip |
Add more files and file types to `.gitignore` (#5859)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2ef4fa6df..7b5ecab67 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ |