[commit: packages/parallel] master: Add a .gitignore file. (ce0d167)

git at git.haskell.org git at git.haskell.org
Thu Jun 26 16:18:01 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/parallel.git/commitdiff/ce0d167561eb612640bced85f2b6f849aeb7fc29

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

commit ce0d167561eb612640bced85f2b6f849aeb7fc29
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Thu Jun 26 09:13:38 2014 -0700

    Add a .gitignore file.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


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

ce0d167561eb612640bced85f2b6f849aeb7fc29
 .gitignore | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..242131b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+*.o
+*.aux
+*.hi
+*.comp.stderr
+*.comp.stdout
+*.interp.stderr
+*.interp.stdout
+*.run.stderr
+*.run.stdout
+*.eventlog
+*.genscript
+
+# Backup files
+*~
+
+# Specific generated files
+/GNUmakefile
+/dist-install/
+/ghc.mk



More information about the ghc-commits mailing list