[commit: packages/array] master: add testsuite-related gitignore entries (7784c53)

git at git.haskell.org git at git.haskell.org
Thu Jun 26 21:56:53 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/array.git/commitdiff/7784c531e2fc8ae7e544ce50293a6108005cedd4

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

commit 7784c531e2fc8ae7e544ce50293a6108005cedd4
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Jun 26 23:01:42 2014 +0200

    add testsuite-related gitignore entries


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

7784c531e2fc8ae7e544ce50293a6108005cedd4
 tests/.gitignore | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..95e6531
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,14 @@
+.hpc*/
+*.o
+*.hi
+*.comp.std*
+*.run.std*
+*.eventlog
+*.genscript
+*.exe
+
+# specific files
+/T2120
+/array001
+/array001.data
+/largeArray



More information about the ghc-commits mailing list