aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 85c6e00c49..bea1f8e11b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,18 @@
# Library builds
build/
+bazel-*
+compute_kernel_writer/build/
+compute_kernel_writer/cmake-build*
# Cscope/Ctags files
*cscope*
# Text files
*.txt
+!CMakeLists.txt
*.xml
*.embed
+*.diff
# Generated Android bp file
Generated_Android.bp
@@ -45,3 +50,8 @@ pip-delete-this-directory.txt
env/
venv/
ENV/
+
+# IDE folders
+.idea/
+.vscode/
+.cache/