[commit: ghc] master: Add testsuite/timeout/TimeMe to .gitignore (4a6cb5e)
git at git.haskell.org
git at git.haskell.org
Sat May 6 16:39:06 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/4a6cb5efe8e55717dfbbb677aa95e3b825d8de05/ghc
>---------------------------------------------------------------
commit 4a6cb5efe8e55717dfbbb677aa95e3b825d8de05
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Sat May 6 12:34:36 2017 -0400
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
>---------------------------------------------------------------
4a6cb5efe8e55717dfbbb677aa95e3b825d8de05
testsuite/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 2345ac4..21920ab 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
More information about the ghc-commits
mailing list