summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladislav Zavialov <vlad.z.4096@gmail.com>2019-05-15 15:19:10 +0300
committerVladislav Zavialov <vlad.z.4096@gmail.com>2019-05-15 15:19:10 +0300
commit8635d1622ef483d3bd0c5c4cbb18726b332dc52a (patch)
tree43ac5d08b0270903799ab57618118df1aa8afd01
parenta416ae26a2e45de3d9a76e94fc22aaa53e9e5b12 (diff)
downloadhaskell-wip/gitignore-tests.tar.gz
Add '/tests' to .gitignorewip/gitignore-tests
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 27709cb449..38a354b23c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -222,4 +222,10 @@ GIT_COMMIT_ID
ghc.nix/
+# -----------------------------------------------------------------------------
+# Use case: list all relevant tests in this file and run
+# hadrian/build.sh -j --flavour=Quick --freeze1 test --only="$(cat tests)"
+/tests
+
+
.gdb_history