minor change to gitignore to stop committing build files

This commit is contained in:
Rosia E Evans 2023-09-29 01:09:17 +01:00
parent 45d611bf10
commit 287850b37e
15 changed files with 444 additions and 3 deletions

View file

@ -6,3 +6,5 @@
#define SOURCE_FILE_FOLDER "${CMAKE_SOURCE_DIR}/Resources/Input"
#define OUTPUT_FILE_FOLDER "${CMAKE_SOURCE_DIR}/Resources/Output"
#define STATIC_RESOURCES_FOLDER "${CMAKE_SOURCE_DIR}/Resources/Static"