diff --git a/.gitignore b/.gitignore index 3388f5f..bac71d6 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/tests/.gitignore b/tests/.gitignore index 8258bb3..42549a0 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -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