diff --git a/.gitignore b/.gitignore index 0d41e526..d77af359 100644 --- a/.gitignore +++ b/.gitignore @@ -414,3 +414,8 @@ test/vs2022/Debug Clang C++20 - Optimised -O2 include/etl/header_file_list.txt temp test/syntax_check/build-make +hugo/public +hugo/resources +hugo/.hugo_build.lock +docs/*.html +test/build-coverage diff --git a/test/vs2022/etl.vcxproj b/test/vs2022/etl.vcxproj index 1134a9b9..93ea62c4 100644 --- a/test/vs2022/etl.vcxproj +++ b/test/vs2022/etl.vcxproj @@ -11526,6 +11526,7 @@ + diff --git a/test/vs2022/etl.vcxproj.filters b/test/vs2022/etl.vcxproj.filters index f7b7ccc9..4921e669 100644 --- a/test/vs2022/etl.vcxproj.filters +++ b/test/vs2022/etl.vcxproj.filters @@ -3798,7 +3798,7 @@ Tests\Callbacks & Delegates - Tests + Tests\Strings @@ -3979,6 +3979,17 @@ Resource Files\CI\Github + + Documentation + + + Documentation + + + + + Tests\Scripts +