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:
1
code/.gitignore
vendored
1
code/.gitignore
vendored
@@ -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.*
|
||||
|
||||
Reference in New Issue
Block a user