[commit: packages/stm] master: add testsuite-related gitignore entries (e8a901f)

git at git.haskell.org git at git.haskell.org
Thu Jun 26 22:02:54 UTC 2014


Repository : ssh://git@git.haskell.org/stm

On branch  : master
Link       : http://git.haskell.org/packages/stm.git/commitdiff/e8a901fddc88c6560af34e18a5201deeb8d51557

>---------------------------------------------------------------

commit e8a901fddc88c6560af34e18a5201deeb8d51557
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Jun 26 23:28:37 2014 +0200

    add testsuite-related gitignore entries


>---------------------------------------------------------------

e8a901fddc88c6560af34e18a5201deeb8d51557
 tests/.gitignore | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..25856d1
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,30 @@
+.hpc*/
+*.o
+*.hi
+*.comp.std*
+*.run.std*
+*.eventlog
+*.genscript
+*.exe
+
+# specific files
+/T2411
+/T3049
+/T4057
+/cloneTChan001
+/stm046
+/stm047
+/stm048
+/stm049
+/stm050
+/stm052
+/stm053
+/stm054
+/stm055
+/stm056
+/stm060
+/stm061
+/stm062
+/stm063
+/stm064
+/stm065



More information about the ghc-commits mailing list