Add additional directory to .gitignore
The directory "tests/buildDir/" where the build artifacts from the "compilation without warnings" unit test execution are being written is added to the .gitignore file. Related to #680
This commit is contained in:
parent
f0c454a399
commit
9d8cc06724
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -37,4 +37,5 @@ tests/testCommand/testsFail/tests/t2
|
|||
|
||||
# Test procedure artifacts
|
||||
tests/nimble-test/
|
||||
tests/buildDir/
|
||||
nimble_*.nims
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue