summaryrefslogtreecommitdiff
path: root/testsuite/.gitignore
diff options
context:
space:
mode:
authorEdward Z. Yang <ezyang@cs.stanford.edu>2015-12-10 20:41:53 -0800
committerEdward Z. Yang <ezyang@cs.stanford.edu>2015-12-12 00:38:47 -0800
commita3c2a26b3af034f09c960b2dad38f73be7e3a655 (patch)
tree74efe130fc04633aebfe6f022689089fd2a8318d /testsuite/.gitignore
parent779dfea1d9cc713d9b1e26bb559e8da309b2aeec (diff)
downloadhaskell-a3c2a26b3af034f09c960b2dad38f73be7e3a655.tar.gz
Frontend plugins.
Summary: Frontend plugins enable users to write plugins to replace GHC major modes. E.g. instead of saying ghc --make A B C a user can now say ghc --frontend GHC.Frontend.Shake A B C which might provide an alternative implementation of a multi-module build. For more details, see the manual entry. Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: simonmar, bgamari, austin, simonpj Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1598 GHC Trac Issues: #11194
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 07bf0bc630..0bb80823f6 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -1237,6 +1237,7 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk
/tests/plugins/T10420
/tests/plugins/annotation-plugin/pkg.T10294/
/tests/plugins/annotation-plugin/pkg.T10294a/
+/tests/plugins/frontend01
/tests/plugins/plugins01
/tests/plugins/plugins05
/tests/plugins/plugins06