mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-03 09:49:32 +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
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -4,6 +4,15 @@
|
||||||
# Ignore any files in any build folder
|
# Ignore any files in any build folder
|
||||||
*build/
|
*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)
|
# Ignore .exe (unit tests)
|
||||||
*.exe
|
*.exe
|
||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue