Mesa (main): .gitignore: Qualify the path for the ignored build directory.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 9 22:54:33 UTC 2022


Module: Mesa
Branch: main
Commit: 2aeb83117ad7264b71cd4980187b29031a59953f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2aeb83117ad7264b71cd4980187b29031a59953f

Author: Emma Anholt <emma at anholt.net>
Date:   Wed Jun  1 16:33:57 2022 -0700

.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 at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16827>

---

 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 825ad5fd165..9b156306415 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
 *.pyc
 *.pyo
 *.out
-build
+/build



More information about the mesa-commit mailing list