aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b914aa0d2..f66dbc962 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,11 +10,16 @@ docs/_build
.project
.cproject
.vscode
+# Clangd directories
.clangd/
+/.cache/clangd/
+# Vim
*.swp
*.swo
+# Emacs
*flycheck_*
*_flymake.*
+.#*
# Python
*.pyc
@@ -50,6 +55,7 @@ pw_env_setup/py/oxidizer/build
# Env Setup
environment
.environment
+build_overrides/pigweed_environment.gni
# TODO(pwbug/216) Remove following lines in this section.
# Maybe find a way to delete these files before these lines are removed.
python*-env/