Update gitignore for local test execution

This commit is contained in:
Daniel Öster 2025-08-31 11:48:21 +03:00
parent 825db3567f
commit 01aa926f26

11
.gitignore vendored
View file

@ -4,6 +4,15 @@
# Ignore any files in any build folder
*build/
# Ignore any generated test files from running locally
test/CMakeCache.txt
test/CMakeFiles/
test/CTestTestfile.cmake
test/Makefile
test/cmake_install.cmake
test/gtest/
test/tests[1]_include.cmake
# Ignore .exe (unit tests)
*.exe
**/.DS_Store
@ -24,4 +33,4 @@ compile.bat
*.bin
# Ignore secret file
USER_SECRETS.h
USER_SECRETS.h