From d0d547d8b0c4b73c5a845fc2e9199662a920fd57 Mon Sep 17 00:00:00 2001 From: Tuan Nghia Nguyen Date: Sun, 29 Mar 2026 14:14:43 +1100 Subject: [PATCH] Initial ANSLibs with .gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..5c07dff1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Large folders - download separately, not tracked in git +Python311/ + +# Build artifacts from old vcpkg +vcpkg_old/ + +# Old boost copies (merged into boost/) +boost_old/ +boost_asio/ +boost_lib/ + +# Not used by ANSCORE +monaco/