fix(#9): un-ignore code/deps/THIRD-PARTY-LICENSES.md

The license-overview file written in commit 7b097fb fell through a
gap in code/.gitignore (the 'deps/*' wildcard catches everything not
explicitly allowed).  Added '!deps/THIRD-PARTY-LICENSES.md' to the
exclusion list so the file is actually tracked.

Found by curl-HEADing every link on https://tmoussa.codeberg.page/ConformalLabpp/
— 25/26 links returned 200; only THIRD-PARTY-LICENSES.md was 404
because the file was not in the tree of the preview branch.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Tarik Moussa
2026-05-24 20:31:43 +02:00
parent d84810efc8
commit a052e64cac
2 changed files with 99 additions and 0 deletions

1
code/.gitignore vendored
View File

@@ -13,6 +13,7 @@ deps/*
!deps/tarballs
!deps/single_includes/
!deps/CMakeLists.txt
!deps/THIRD-PARTY-LICENSES.md
# macOS iCloud Drive duplicates ("file 2.cpp", "file 2.hpp", …)
* 2.*