mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
gitignore: add _build
This is the directory used by meson/autotools (at least in the .gitlab-ci configuration) so ignore the whole dir. Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> Acked-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
d8e615f975
commit
2c02f1e610
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -21,6 +21,8 @@
|
|||
.deps
|
||||
.libs
|
||||
.tmp_versions
|
||||
/_build*
|
||||
/build*
|
||||
Makefile
|
||||
Makefile.in
|
||||
TAGS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue