[commit: base] master: Add .gitignore (4fcd348)

Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master http://hackage.haskell.org/trac/ghc/changeset/4fcd348b68e4fd41b96288de1f58e3...
---------------------------------------------------------------
commit 4fcd348b68e4fd41b96288de1f58e31b1aa5807b
Author: Max Bolingbroke
---------------------------------------------------------------
.gitignore | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ca30ca --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ + +# Specific generated files +/GNUmakefile +/autom4te.cache/ +/base.buildinfo +/config.log +/config.status +/configure +/dist-install/ +/ghc.mk +/include/EventConfig.h +/include/HsBaseConfig.h +/include/HsBaseConfig.h.in
participants (1)
-
Max Bolingbroke