diff options
author | Moritz Angermann <moritz.angermann@gmail.com> | 2017-11-18 15:05:31 +0800 |
---|---|---|
committer | Moritz Angermann <moritz.angermann@gmail.com> | 2017-11-18 15:06:52 +0800 |
commit | 74070bbba956392ac6efd4e159dfb8f76b563615 (patch) | |
tree | 39e77b34bcfc5c924fbb55e35321a919af8a8f5d /.gitignore | |
parent | bb11a2d976b933ad870a2888d665d98385dc55fd (diff) | |
download | haskell-74070bbba956392ac6efd4e159dfb8f76b563615.tar.gz |
Fix rts.cabal.in
Overlap with commit 2f463873, resulted in `hooks/LongGCSync.c`
missing from the `rts.cabal.in` file. As the `rts.cabal` file is only
used by hadrian, this did not trigger with the make base build
system which can do globbing.
Also ignore the `rts.cabal` file, as it's generated by configure
from the `rts.cabal.in`.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 245b2a527d..7115798000 100644 --- a/.gitignore +++ b/.gitignore @@ -166,6 +166,7 @@ _darcs/ /mk/project.mk /mk/project.mk.old /mk/validate.mk +/rts/rts.cabal /rts/package.conf.inplace /rts/package.conf.inplace.raw /rts/package.conf.install |