From ed8215042c3fdf0f020b2870c8fb783ca839e30b Mon Sep 17 00:00:00 2001 From: red-001 Date: Wed, 31 May 2017 19:08:13 +0100 Subject: [PATCH] Add more files and file types to `.gitignore` (#5859) --- .gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2ef4fa6d..7b5ecab6 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/