[Git][ghc/ghc][master] Ignore Windows CI tool directories in Git
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: e038a383 by Sven Tennie at 2026-01-12T07:17:49-05:00 Ignore Windows CI tool directories in Git Otherwise, we see thousands of changes in `git status` which is very confusing to work with. - - - - - 1 changed file: - .gitignore Changes: ===================================== .gitignore ===================================== @@ -256,3 +256,12 @@ ghc.nix/ # clangd .clangd dist-newstyle/ + +# ----------------------------------------------------------------------------- +# CI + +# Windows CI +toolchain/ +ghc-*/ +inplace/ +tmp/ View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e038a383a867198c448c712b2d5756d7... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e038a383a867198c448c712b2d5756d7... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)