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>
This commit is contained in:
parent
64ab56632f
commit
239912fa79
4
.gitignore
vendored
4
.gitignore
vendored
@ -22,3 +22,7 @@ TAGS
|
||||
|
||||
# ignore python bytecode files
|
||||
*.pyc
|
||||
|
||||
# ignore default build directory, and directories from test-meson-builds.sh
|
||||
build
|
||||
build-*
|
||||
|
Loading…
Reference in New Issue
Block a user