diff options
Diffstat (limited to 'hadrian/.gitignore')
-rw-r--r-- | hadrian/.gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hadrian/.gitignore b/hadrian/.gitignore index 697afc9663..91e8fb77c8 100644 --- a/hadrian/.gitignore +++ b/hadrian/.gitignore @@ -1,19 +1,19 @@ # generated by the configure script cfg/system.config -# build.bat and build.sh specific +# build.bat and build specific /bin/ -# build.cabal.sh specific +# build-cabal specific /dist/ /.cabal-sandbox/ cabal.sandbox.config -# build.cabal-new.sh specific +# build-cabal-new specific /dist-newstyle/ .ghc.environment.* -# build.stack.sh and build.stack.bat specific +# build-stack and build-stack.bat specific /.stack-work/ # the user settings @@ -23,4 +23,4 @@ cabal.sandbox.config *~ # ghcid output -/ghcid.txt
\ No newline at end of file +/ghcid.txt |