summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-07-25 18:31:58 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-08-04 18:17:28 -0400
commit8a061d18c759cd396bb71d82688ffb28f5d27c94 (patch)
tree9454691a61a9221e12f1fd44ce5f2278f5ca8e24 /.gitignore
parent7e404afd7c923bf275093c7fa1b278d484cfdd82 (diff)
downloadhaskell-8a061d18c759cd396bb71d82688ffb28f5d27c94.tar.gz
Update .gitignore
Add some files generated by hadrian and some tooling files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
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