[Git][ghc/ghc][master] Ignore more files
Marge Bot
gitlab at gitlab.haskell.org
Tue Sep 1 03:05:20 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
380ef845 by Sven Tennie at 2020-08-31T23:05:14-04:00
Ignore more files
Ignore files from "new style" cabal builds (dist-newstyle folders) and
from clangd (C language server).
- - - - -
1 changed file:
- .gitignore
Changes:
=====================================
.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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/380ef84587fb6890d100c338d1992a6994a4f02a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/380ef84587fb6890d100c338d1992a6994a4f02a
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200831/262ad5f7/attachment-0001.html>
More information about the ghc-commits
mailing list