aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-01-15 17:07:13 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-01-15 17:12:04 -0800
commit71735185a14ca1064472e4e7a8df9d275c762e1e (patch)
tree20d3752068522e195b29faf64c9e3b120af0c71f /.gitignore
parentfbf4051ef2d08d53cdb486722c1111d614865d63 (diff)
Cache for successful test runs
By default don't re-run tests that have already run successfully, to reduce latency between making a change and seeing if it fixed the last thing that you were trying to fix.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3cae07ed12..bf57027c94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,6 @@ gens
libs
objs
*.pyc
+
+# cache for run_tests.py
+.run_tests_cache