From a66b63e6a6bdc98618a2ecc94b948d738bf51f7a Mon Sep 17 00:00:00 2001 From: Julian Noble Date: Mon, 23 Sep 2024 16:17:27 +1000 Subject: [PATCH] update .gitignore to ignore src/runtime except for certain files --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 9a22da71..6a519cd8 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,14 @@ scratch* /test* +#do not ignore src/runtime folder (needed to re-include what we do want from within) +!/src/runtime +#ignore files and sub dirs in src/runtime +/src/runtime/* +#but do not ignore specific files +!/src/runtime/Readme.md +!/src/runtime/tclkit.ico +!/src/runtime/mapvfs.config #Built tclkits (if any) punk*.exe