add unit test for a simple CXX project
This commit is contained in:
10
.gitignore
vendored
Normal file
10
.gitignore
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
*.pyc
|
||||
__pycache__/
|
||||
|
||||
# generated by unit tests
|
||||
test/*/CMakeLists.txt
|
||||
test/*/build/
|
||||
test/*/cmake/bootstrap.py*
|
||||
test/*/cmake/lib/
|
||||
test/*/cmake/modules/
|
||||
test/*/setup.py
|
Reference in New Issue
Block a user