summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-12-26 18:54:10 +0800
committerSamuel Giddins <segiddins@segiddins.me>2016-01-25 10:49:44 -0600
commit4a2a49cd985c465766bbde493e1f36095ad19757 (patch)
treea434b20b6e51dbb6cb6a9b5f933e67fe7a4b14bf /.gitignore
parentd0c9837ab8f2f86253ecdc48c3fce2667abc9b50 (diff)
downloadbundler-4a2a49cd985c465766bbde493e1f36095ad19757.tar.gz
[specs] enable --only-failures and --next-failure
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4f79ffe3ca..e60f43b06d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,6 @@
# output from ci_reporter
/spec/reports/
+
+# rspec failure tracking
+.rspec_status \ No newline at end of file