[libcamera-devel] [PATCH] gitignore: Ignore all build directories
Kieran Bingham
kieran.bingham at ideasonboard.com
Thu Jun 4 10:49:08 CEST 2020
It can be common to have multiple build directories with different
configurations. Ignore them all.
Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index f989dee3bcb0..aecf971d30aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
__pycache__/
-build/
+*build*/
patches/
*.patch
*.pyc
--
2.25.1
More information about the libcamera-devel
mailing list