diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-07-25 18:31:58 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-08-04 18:17:28 -0400 |
commit | 8a061d18c759cd396bb71d82688ffb28f5d27c94 (patch) | |
tree | 9454691a61a9221e12f1fd44ce5f2278f5ca8e24 /.gitignore | |
parent | 7e404afd7c923bf275093c7fa1b278d484cfdd82 (diff) | |
download | haskell-8a061d18c759cd396bb71d82688ffb28f5d27c94.tar.gz |
Update .gitignore
Add some files generated by hadrian and some tooling files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0515aede6a..89492fd977 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,9 @@ stage0 stage1 stage2 _build +*/generated/ +*/ghc-stage1 +.shake.* .hadrian_ghci # ----------------------------------------------------------------------------- @@ -221,5 +224,12 @@ GIT_COMMIT_ID # ghc.nix ghc.nix/ - +# gdb .gdb_history +.gdbinit + +# Tooling - direnv +.envrc + +# Tooling - vscode +.vscode |