[commit: packages/process] master: add testsuite-related gitignore entries (35bf51c)
git at git.haskell.org
git at git.haskell.org
Thu Jun 26 22:01:53 UTC 2014
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/35bf51cb72baaaeaad22fb340aa9d8c957d2186c/process
>---------------------------------------------------------------
commit 35bf51cb72baaaeaad22fb340aa9d8c957d2186c
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Jun 26 23:17:26 2014 +0200
add testsuite-related gitignore entries
>---------------------------------------------------------------
35bf51cb72baaaeaad22fb340aa9d8c957d2186c
tests/.gitignore | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..73f38bb
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,31 @@
+.hpc*/
+*.o
+*.hi
+*.comp.std*
+*.run.std*
+*.eventlog
+*.genscript
+*.exe
+
+# specific files
+/T1780
+/T3231
+/T3994
+/T4198
+/T4889
+/T8343
+/process001
+/process001.out
+/process002
+/process002.out
+/process003
+/process004
+/process005
+/process006
+/process007
+/process007.tmp
+/process007_fd
+/process008
+/process009
+/process010
+/process011
More information about the ghc-commits
mailing list