summaryrefslogtreecommitdiff
path: root/testsuite/.gitignore
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2017-05-06 12:34:36 -0400
committerRyan Scott <ryan.gl.scott@gmail.com>2017-05-06 12:34:36 -0400
commit4a6cb5efe8e55717dfbbb677aa95e3b825d8de05 (patch)
tree900516f1da9236fa54bcf37f45e8739f745c6a9f /testsuite/.gitignore
parent38a381912f67c0f6f3fba8de1026d7464826b851 (diff)
downloadhaskell-4a6cb5efe8e55717dfbbb677aa95e3b825d8de05.tar.gz
Add testsuite/timeout/TimeMe to .gitignore
Summary: If you run `make test` on a non-Windows OS from a fresh build, the testsuite will create an executable called `TimeMe` which `git` thinks is an untracked file. Let's add it to `.gitignore` to avoid polluting the list of untracked files. Test Plan: Run `make test`, check if `TimeMe` is in the `git` untracked files Reviewers: bgamari, austin Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3536
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r--testsuite/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 2345ac49f2..21920ab4fe 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -1628,4 +1628,5 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk
/timeout/calibrate.out
/timeout/dist/
/timeout/install-inplace/
+/timeout/TimeMe
/tests/typecheck/should_run/T11049