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 e917c499f0..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
@@ -49,3 +54,4 @@ ENV/
# IDE folders
.idea/
.vscode/
+.cache/