[commit: packages/stm] master: Add .gitignore file. (0ba4b10)

git at git.haskell.org git at git.haskell.org
Thu Jun 26 16:20:11 UTC 2014


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

On branch  : master
Link       : http://git.haskell.org/packages/stm.git/commitdiff/0ba4b104df9f7364efeec22934fb92669824a8ae

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

commit 0ba4b104df9f7364efeec22934fb92669824a8ae
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Thu Jun 26 09:19:02 2014 -0700

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


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

0ba4b104df9f7364efeec22934fb92669824a8ae
 .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