fix: gitignore – update CMakeLists.txt exception + ignore macOS duplicates
All checks were successful
C++ Tests / test (push) Successful in 2m13s
Mirror to Codeberg / mirror (push) Successful in 25s

- 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 <noreply@anthropic.com>
This commit is contained in:
Tarik Moussa
2026-05-10 00:22:53 +02:00
parent 6a70309a30
commit b66525039d

4
code/.gitignore vendored
View File

@@ -14,6 +14,10 @@ deps/*
!deps/single_includes/ !deps/single_includes/
!deps/CMakeLists.txt !deps/CMakeLists.txt
# macOS iCloud Drive duplicates ("file 2.cpp", "file 2.hpp", …)
* 2.*
* 3.*
bin bin