mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-02 17:29:22 +02:00
Update gitignore for local test execution
This commit is contained in:
parent
825db3567f
commit
01aa926f26
1 changed files with 10 additions and 1 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue