git: ignore build directories
authorBruce Richardson <bruce.richardson@intel.com>
Mon, 11 Mar 2019 10:57:32 +0000 (10:57 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 13 Mar 2019 10:57:05 +0000 (11:57 +0100)
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>
.gitignore

index 39e00bd..b830c33 100644 (file)
@@ -22,3 +22,7 @@ TAGS
 
 # ignore python bytecode files
 *.pyc
+
+# ignore default build directory, and directories from test-meson-builds.sh
+build
+build-*