diff options
author | Sven Tennie <sven.tennie@gmail.com> | 2020-08-29 20:18:12 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-08-31 23:05:14 -0400 |
commit | 380ef84587fb6890d100c338d1992a6994a4f02a (patch) | |
tree | a80b10261c04433aa0da8a02b304415500ce2a59 /.gitignore | |
parent | eb85f125a227f6b5703d4a2e997c5ea320dfa31f (diff) | |
download | haskell-380ef84587fb6890d100c338d1992a6994a4f02a.tar.gz |
Ignore more files
Ignore files from "new style" cabal builds (dist-newstyle folders) and
from clangd (C language server).
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 14c7815ea8..42a8807bef 100644 --- a/.gitignore +++ b/.gitignore @@ -78,6 +78,7 @@ _darcs/ /libffi/dist-install/ /libraries/*/dist-boot/ /libraries/*/dist-install/ +/libraries/*/dist-newstyle/ /libraries/dist-haddock/ /rts/dist/ /utils/*/dist*/ @@ -227,8 +228,14 @@ ghc.nix/ .gdb_history .gdbinit -# Tooling - direnv +# ----------------------------------------------------------------------------- +# Tooling + +# direnv .envrc -# Tooling - vscode +# Visual Studio Code .vscode + +# clangd +.clangd |