From b66525039d40b1ad463e713de808cfd64f04771b Mon Sep 17 00:00:00 2001 From: Tarik Moussa Date: Sun, 10 May 2026 00:22:53 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20gitignore=20=E2=80=93=20update=20CMakeLi?= =?UTF-8?q?sts.txt=20exception=20+=20ignore=20macOS=20duplicates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Exception updated to match renamed CMakeLists.txt (capital M) - Add "* 2.*" / "* 3.*" patterns to suppress iCloud Drive duplicate files (e.g. "clausen 2.hpp") from appearing in git status Co-Authored-By: Claude Sonnet 4.6 --- code/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/.gitignore b/code/.gitignore index 6619b8d..50b4ca9 100644 --- a/code/.gitignore +++ b/code/.gitignore @@ -14,6 +14,10 @@ deps/* !deps/single_includes/ !deps/CMakeLists.txt +# macOS iCloud Drive duplicates ("file 2.cpp", "file 2.hpp", …) +* 2.* +* 3.* + bin