diff options
-rw-r--r-- | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 08485567fb..7ce4192373 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,9 @@ stage0 stage1 stage2 _build +*/generated/ +*/ghc-stage1 +.shake.* .hadrian_ghci # ----------------------------------------------------------------------------- @@ -220,5 +223,12 @@ GIT_COMMIT_ID # ghc.nix ghc.nix/ - +# gdb .gdb_history +.gdbinit + +# Tooling - direnv +.envrc + +# Tooling - vscode +.vscode |