[commit: packages/hpc] master: add testsuite-related gitignore entries (5a1ee4e)
git at git.haskell.org
git at git.haskell.org
Thu Jun 26 22:00:11 UTC 2014
Repository : ssh://git@git.haskell.org/hpc
On branch : master
Link : http://git.haskell.org/packages/hpc.git/commitdiff/5a1ee4e8a2056beff16f0a3cac2c4da61b96f317
>---------------------------------------------------------------
commit 5a1ee4e8a2056beff16f0a3cac2c4da61b96f317
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Jun 26 23:13:42 2014 +0200
add testsuite-related gitignore entries
>---------------------------------------------------------------
5a1ee4e8a2056beff16f0a3cac2c4da61b96f317
tests/.gitignore | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..9846ea3
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,20 @@
+.hpc*/
+*.o
+*.hi
+*.comp.std*
+*.run.std*
+*.eventlog
+*.genscript
+*.exe
+*.hs.html
+hpc_index*.html
+
+# all *.tix except hpc_sample.tix
+*.tix
+!hpc_sample.tix
+
+# specific files
+/fork/hpc_fork
+/function/tough
+/function2/tough2
+/simple/hpc001
More information about the ghc-commits
mailing list