diff options
author | Sven Tennie <sven.tennie@gmail.com> | 2020-08-29 20:18:12 +0200 |
---|---|---|
committer | Sven Tennie <sven.tennie@gmail.com> | 2020-08-29 20:18:12 +0200 |
commit | 653ff5551e8965cb502c6bd91ab587ada25f4739 (patch) | |
tree | 4a9ed3649444191bebd82e96dc06b871b549dcf8 | |
parent | 4517a38215eb72a4824c72d97377b9325059bf55 (diff) | |
download | haskell-wip/gitignore_clangd_dist-newstyle.tar.gz |
Ignore more fileswip/gitignore_clangd_dist-newstyle
Ignore files from "new style" cabal builds (dist-newstyle folders) and
from clangd (C language server).
-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 |