[commit: packages/parallel] master: add testsuite-related gitignore entries (8df9de9)
git at git.haskell.org
git at git.haskell.org
Thu Jun 26 22:01:18 UTC 2014
Repository : ssh://git@git.haskell.org/parallel
On branch : master
Link : http://git.haskell.org/packages/parallel.git/commitdiff/8df9de914ea3ab7f47874e53b7e9d7c6af4d7f8e
>---------------------------------------------------------------
commit 8df9de914ea3ab7f47874e53b7e9d7c6af4d7f8e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Jun 26 23:29:31 2014 +0200
add testsuite-related gitignore entries
>---------------------------------------------------------------
8df9de914ea3ab7f47874e53b7e9d7c6af4d7f8e
tests/.gitignore | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..0f6f0c4
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,14 @@
+.hpc*/
+*.o
+*.hi
+*.comp.std*
+*.run.std*
+*.eventlog
+*.genscript
+*.exe
+
+# specific files
+/T2185
+/par001
+/par002
+/par003
More information about the ghc-commits
mailing list