Move ignored from tests dir to its .gitignore

Related to #680
This commit is contained in:
Ivan Bobev 2019-09-06 18:57:58 +03:00 committed by Dominik Picheta
commit 46f26e1d4a
2 changed files with 9 additions and 8 deletions

9
.gitignore vendored
View file

@ -6,20 +6,15 @@ nimcache/
# Absolute paths # Absolute paths
/src/babel /src/babel
/src/nimble /src/nimble
/tests/tester
# executables from test and build # executables from test and build
/nimble /nimble
/tests/nimscript/nimscript
/tests/issue27/issue27
src/nimblepkg/cli src/nimblepkg/cli
src/nimblepkg/packageinfo src/nimblepkg/packageinfo
src/nimblepkg/packageparser src/nimblepkg/packageparser
src/nimblepkg/reversedeps src/nimblepkg/reversedeps
src/nimblepkg/version src/nimblepkg/version
tests/nimble-test/ src/nimblepkg/download
tests/packageStructure/validBinary/y
tests/testCommand/testsFail/tests/t2
# Windows executables # Windows executables
*.exe *.exe
@ -36,6 +31,4 @@ tests/testCommand/testsFail/tests/t2
*.orig *.orig
# Test procedure artifacts # Test procedure artifacts
tests/nimble-test/
tests/buildDir/
nimble_*.nims nimble_*.nims

8
tests/.gitignore vendored
View file

@ -1,6 +1,10 @@
tester
/nimble-test
/buildDir
/binaryPackage/v1/binaryPackage /binaryPackage/v1/binaryPackage
/binaryPackage/v2/binaryPackage /binaryPackage/v2/binaryPackage
/develop/dependent/src/dependent /develop/dependent/src/dependent
/issue27/issue27
/issue206/issue/issue206bin /issue206/issue/issue206bin
/issue289/issue289 /issue289/issue289
/issue428/nimbleDir/ /issue428/nimbleDir/
@ -13,3 +17,7 @@
/testCommand/testsPass/tests/one /testCommand/testsPass/tests/one
/testCommand/testsPass/tests/three /testCommand/testsPass/tests/three
/testCommand/testsPass/tests/two /testCommand/testsPass/tests/two
/nimscript/nimscript
/packageStructure/validBinary/y
/testCommand/testsFail/tests/t2
/passNimFlags/passNimFlags