diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-10-23 14:20:13 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-10-23 14:20:13 -0400 |
commit | 94756201349685a34c4495addd3484fdfcc8b498 (patch) | |
tree | fd4a9cee20d3c2b79f56ded7e02fb0c01b26b6c9 /hadrian/.gitignore | |
parent | 575b35f4cdc18045bccd42d341d6f25d95c0696c (diff) | |
parent | 45f3bff7016a2a0cd9a5455a882ced984655e90b (diff) | |
download | haskell-94756201349685a34c4495addd3484fdfcc8b498.tar.gz |
Add 'hadrian/' from commit '45f3bff7016a2a0cd9a5455a882ced984655e90b'
git-subtree-dir: hadrian
git-subtree-mainline: 575b35f4cdc18045bccd42d341d6f25d95c0696c
git-subtree-split: 45f3bff7016a2a0cd9a5455a882ced984655e90b
Diffstat (limited to 'hadrian/.gitignore')
-rw-r--r-- | hadrian/.gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/hadrian/.gitignore b/hadrian/.gitignore new file mode 100644 index 0000000000..697afc9663 --- /dev/null +++ b/hadrian/.gitignore @@ -0,0 +1,26 @@ +# generated by the configure script +cfg/system.config + +# build.bat and build.sh specific +/bin/ + +# build.cabal.sh specific +/dist/ +/.cabal-sandbox/ +cabal.sandbox.config + +# build.cabal-new.sh specific +/dist-newstyle/ +.ghc.environment.* + +# build.stack.sh and build.stack.bat specific +/.stack-work/ + +# the user settings +/UserSettings.hs + +# Mostly temp file by emacs +*~ + +# ghcid output +/ghcid.txt
\ No newline at end of file |