Skip to content

Commit

Permalink
git ignore files generated by scripts/ci/travis.sh and move ignores f…
Browse files Browse the repository at this point in the history
…rom .gitignore to test/.gitignore
  • Loading branch information
nordlow authored and dlang-bot committed Aug 18, 2022
1 parent 5b67bdf commit 6e1db45
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 17 deletions.
25 changes: 8 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,6 @@ __dummy.html
/bin/dub-*

# Ignore files or directories created by the test suite.
/test/test.log
/test/custom-source-main-bug487/custom-source-main-bug487
/test/3-copyFiles/bin/
/test/ignore-hidden-1/ignore-hidden-1
/test/ignore-hidden-2/ignore-hidden-2
/test/expected-import-path-output
/test/expected-string-import-path-output
/test/expected-describe-data-1-list-output
/test/expected-describe-data-2-dmd-output
/test/expected-issue616-output
/test/describe-project/dummy.dat
/test/describe-project/dummy-dep1.dat
/test/*/main/main
/test/*/*test-library
/test/*/*test-application
/test/*/exec-simple
/test/issue1474/ext/fortytwo.d
*.exe
*.log

Expand All @@ -48,3 +31,11 @@ scripts/man/dub*.1.gz
# Ignore generated files for examples
/examples/generated-sources/generated-sources
/examples/generated-sources/source/test.d

dub_test_root.sh.*/

test-cov-ctfe-test.lst
test-unittest-cov-ctfe-source-mod.lst
test-unittest-cov-ctfe-.dub-code-test-test-library-unittest-cov-ctfe-*-dub_test_root.lst

example.yaml
47 changes: 47 additions & 0 deletions test/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,50 @@ version-spec/**/foo
/test_registry
/issue_2051_running_unittests_from_dub_single_file_packages_fails
/run-unittest

test.log
custom-source-main-bug487/custom-source-main-bug487
3-copyFiles/bin/
ignore-hidden-1/ignore-hidden-1
ignore-hidden-2/ignore-hidden-2
expected-import-path-output
expected-string-import-path-output
expected-describe-data-1-list-output
expected-describe-data-2-dmd-output
expected-issue616-output
describe-project/dummy.dat
describe-project/dummy-dep1.dat
*/main/main
*/*test-library
*/*test-application
*/exec-simple
issue1474/ext/fortytwo.d

cov-ctfe/test
issue1003-check-empty-ld-flags/issue1003-empty-ld-flags
issue1053-extra-files-visuald/LICENSE.txt
issue1053-extra-files-visuald/README.txt
issue1053-extra-files-visuald/extra_files.sln
issue1117-extra-dependency-files/test
issue1396-pre-post-run-commands/test
issue1396-pre-post-run-commands/test.txt
issue1477-subpackage-visuald-paths/library_subpackage_a.sln
issue1477-subpackage-visuald-paths/sub/subpackage_a/subpackage_a.sln
issue1504-envvar-in-path/test
issue1773-lint/report.json
issue2085-target-none-visuald/root.sln
issue2086-copyfiles-subpackage-targetpath/sub/sub
issue2086-copyfiles-subpackage-targetpath/sub/to_be_deployed.txt
issue2262-exact-cached-version-match/testproj
issue361-optional-deps/cmp.tmp
issue838-custom-cache-paths/test
issue97-targettype-none/a/issue97-targettype-none_a
issue97-targettype-none/b/issue97-targettype-none_b
issue990-download-optional-selected/b
output-1504.txt
version-filters-diamond/version-filters-diamond
version-filters-none/version-filters-none
version-filters-source-dep/version-filters-source-dep
version-filters/version-filters
version-spec/newfoo/foo-test-application
version-spec/oldfoo/foo-test-application

0 comments on commit 6e1db45

Please sign in to comment.