mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 10:40:11 +01:00
.gitignore: Qualify the path for the ignored build directory.
This was origally added for scons, which is gone, but keep it around since enough people use "build" for their meson builds that you probably shouldn't add anything to git under that name. The qualifying '/' is needed because we have a .gitlab-ci/build/ directory where we do check in code. Reviewed-by: Marcin Ślusarz <marcin.slusarz@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16827>
This commit is contained in:
parent
d2677cb6d7
commit
2aeb83117a
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
*.out
|
||||
build
|
||||
/build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue