summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBruce Richardson <bruce.richardson@intel.com>2019-03-11 10:57:32 +0000
committerThomas Monjalon <thomas@monjalon.net>2019-03-13 11:57:05 +0100
commit239912fa798e6e671072ca7ff987afd74c1e506c (patch)
tree6282d686549109a3caf24d7eb46e60b301b7780c /.gitignore
parent64ab56632f0b28199297184a6a4a896fa39c5258 (diff)
git: ignore build directories
test-meson-build.sh generates multiple build directories for various targets. As these follow a known pattern, and since they don't need to be tracked in git, we can add them to the gitignore file, along with the default build directory "build". Signed-off-by: Bruce Richardson <bruce.richardson@intel.com> Acked-by: Rami Rosen <ramirose@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 39e00bd633..b830c33f7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,7 @@ TAGS
# ignore python bytecode files
*.pyc
+
+# ignore default build directory, and directories from test-meson-builds.sh
+build
+build-*