Ensure compiled C++ code from week4 doesn't get added to repo

This commit is contained in:
Edward Donner
2024-12-23 13:16:32 +00:00
parent 677011a91e
commit f83e5cc4e6

3
.gitignore vendored
View File

@@ -178,3 +178,6 @@ products_vectorstore/
# ignore diagnostics reports # ignore diagnostics reports
**/report.txt **/report.txt
# ignore optimized C++ code from being checked into repo
week4/optimized