Ensure compiled C++ code from week4 doesn't get added to repo
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user