aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ed3ae360b..e8b70a59f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,10 +1,13 @@
# Build
compile_commands.json
+rust-project.json
+user.bazelrc
out/
bazel-*
outbazel/
.presubmit/
docs/_build
+twister-out*/
# Editors
.pw_ide/
@@ -25,6 +28,8 @@ docs/_build
*flycheck_*
*_flymake.*
.#*
+*~
+\#*#
# Python
*.pyc
@@ -65,3 +70,13 @@ build_overrides/pigweed_environment.gni
# Web Tools
node_modules
yarn-error.log
+
+# pw_emu
+.pw_emu
+
+# Emboss
+*.emb.h
+
+# Console Logs
+pw_console-logs.txt
+pw_console-device-logs.txt