[commit: packages/directory] master: add testsuite-related gitignore entries (54c677d)

git at git.haskell.org git at git.haskell.org
Thu Jun 26 21:57:23 UTC 2014


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/54c677d227b278de694b10398404981d64ece62f/directory

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

commit 54c677d227b278de694b10398404981d64ece62f
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Jun 26 23:19:13 2014 +0200

    add testsuite-related gitignore entries


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

54c677d227b278de694b10398404981d64ece62f
 tests/.gitignore | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..e675d35
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,24 @@
+.hpc*/
+*.o
+*.hi
+*.comp.std*
+*.run.std*
+*.eventlog
+*.genscript
+*.exe
+
+# specific files
+/T4113
+/copyFile001
+/copyFile002
+/createDirectory001
+/createDirectoryIfMissing001
+/currentDirectory001
+/directory001
+/doesDirectoryExist001
+/getDirContents001
+/getDirContents002
+/getHomeDirectory001
+/getPermissions001
+/renameFile001
+/renameFile001.tmp1



More information about the ghc-commits mailing list