[commit: packages/unix] master: add testsuite-related gitignore entries (c2a7e0f)
git at git.haskell.org
git at git.haskell.org
Thu Jun 26 22:03:29 UTC 2014
Repository : ssh://git@git.haskell.org/unix
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c2a7e0f9a5af31c86334ae818be858befe777cb3/unix
>---------------------------------------------------------------
commit c2a7e0f9a5af31c86334ae818be858befe777cb3
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Jun 26 23:20:54 2014 +0200
add testsuite-related gitignore entries
>---------------------------------------------------------------
c2a7e0f9a5af31c86334ae818be858befe777cb3
tests/.gitignore | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..a6b0472
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,40 @@
+.hpc*/
+*.o
+*.hi
+*.comp.std*
+*.run.std*
+*.eventlog
+*.genscript
+*.exe
+
+# specific files
+/T1185
+/T3816
+/T8108
+/executeFile001
+/fdReadBuf001
+/fileStatus
+/fileStatusByteString
+/fileexist01
+/forkprocess01
+/getEnvironment01
+/getEnvironment02
+/getGroupEntryForName
+/getUserEntryForName
+/libposix/po003.out
+/libposix/posix002
+/libposix/posix003
+/libposix/posix004
+/libposix/posix005
+/libposix/posix006
+/libposix/posix009
+/libposix/posix010
+/libposix/posix014
+/processGroup001
+/processGroup002
+/queryfdoption01
+/resourceLimit
+/signals001
+/signals002
+/signals004
+/user001
More information about the ghc-commits
mailing list