parent
1880730762
commit
46f26e1d4a
2 changed files with 9 additions and 8 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
|
@ -6,20 +6,15 @@ nimcache/
|
|||
# Absolute paths
|
||||
/src/babel
|
||||
/src/nimble
|
||||
/tests/tester
|
||||
|
||||
# executables from test and build
|
||||
/nimble
|
||||
/tests/nimscript/nimscript
|
||||
/tests/issue27/issue27
|
||||
src/nimblepkg/cli
|
||||
src/nimblepkg/packageinfo
|
||||
src/nimblepkg/packageparser
|
||||
src/nimblepkg/reversedeps
|
||||
src/nimblepkg/version
|
||||
tests/nimble-test/
|
||||
tests/packageStructure/validBinary/y
|
||||
tests/testCommand/testsFail/tests/t2
|
||||
src/nimblepkg/download
|
||||
|
||||
# Windows executables
|
||||
*.exe
|
||||
|
|
@ -36,6 +31,4 @@ tests/testCommand/testsFail/tests/t2
|
|||
*.orig
|
||||
|
||||
# Test procedure artifacts
|
||||
tests/nimble-test/
|
||||
tests/buildDir/
|
||||
nimble_*.nims
|
||||
|
|
|
|||
8
tests/.gitignore
vendored
8
tests/.gitignore
vendored
|
|
@ -1,6 +1,10 @@
|
|||
tester
|
||||
/nimble-test
|
||||
/buildDir
|
||||
/binaryPackage/v1/binaryPackage
|
||||
/binaryPackage/v2/binaryPackage
|
||||
/develop/dependent/src/dependent
|
||||
/issue27/issue27
|
||||
/issue206/issue/issue206bin
|
||||
/issue289/issue289
|
||||
/issue428/nimbleDir/
|
||||
|
|
@ -13,3 +17,7 @@
|
|||
/testCommand/testsPass/tests/one
|
||||
/testCommand/testsPass/tests/three
|
||||
/testCommand/testsPass/tests/two
|
||||
/nimscript/nimscript
|
||||
/packageStructure/validBinary/y
|
||||
/testCommand/testsFail/tests/t2
|
||||
/passNimFlags/passNimFlags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue