aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Edward Z. Yang <ezyang@cs.stanford.edu>2014-08-22 14:20:06 +0100
committerGravatar Edward Z. Yang <ezyang@cs.stanford.edu>2014-08-22 14:20:06 +0100
commitfa1a859ee40bdeadb5144c910e57225d71d1dddf (patch)
tree8df6cd752367f3dc405534f08d75f72c920a3934 /.gitignore
parent54fbbdecb673705a67d5b9594503cf86d53265c9 (diff)
Ignore test output created by GHC test suite.
Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6023241..b67c37a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,4 +15,5 @@ tests/*.eventlog
tests/*.genscript
tests/*.o
tests/*.hi
-*~ \ No newline at end of file
+tests/*.normalised
+*~