diff options
author | Andrey Mokhov <andrey.mokhov@gmail.com> | 2017-11-06 22:59:38 +0000 |
---|---|---|
committer | Andrey Mokhov <andrey.mokhov@gmail.com> | 2017-11-06 22:59:38 +0000 |
commit | 5cee48036ed69ae298a599d43cf72e0fe73e3b4e (patch) | |
tree | 5fe732c738a769d02e732469f4ffecd4ac9e191a /hadrian/.gitignore | |
parent | 275ac8ef0a0081f16abbfb8934e10cf271573768 (diff) | |
parent | 7b0b9f603bb1215e2b7af23c2404d637b95a4988 (diff) | |
download | haskell-5cee48036ed69ae298a599d43cf72e0fe73e3b4e.tar.gz |
Merge commit '7b0b9f603bb1215e2b7af23c2404d637b95a4988' as 'hadrian'
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 |