mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-23 07:19:50 +00:00
4cd9cd6abc
This way we can reuse the header from other places like - src/intel/vulkan and src/gallium. Only the former is hooked up atm. Make sure .gitignore is updated, as well as all the users (the mesa code does not need any changes). Also ensure that the file is always created by adding it to the BUILT_SOURCES target. Cc: Jason Ekstrand <jason.ekstrand@intel.com> Cc: Kristian Høgsberg Kristensen <krh@bitplanet.net> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
53 lines
463 B
Plaintext
53 lines
463 B
Plaintext
*.a
|
|
*.dll
|
|
*.exe
|
|
*.ilk
|
|
*.la
|
|
*.lo
|
|
*.log
|
|
*.o
|
|
*.obj
|
|
*.os
|
|
*.pc
|
|
*.pdb
|
|
*.pyc
|
|
*.pyo
|
|
*.so
|
|
*.so.*
|
|
*.sw[a-z]
|
|
*.tar
|
|
*.tar.bz2
|
|
*.tar.gz
|
|
*.tar.xz
|
|
*.trs
|
|
*.zip
|
|
*~
|
|
depend
|
|
depend.bak
|
|
bin/ltmain.sh
|
|
lib
|
|
lib64
|
|
configure
|
|
configure.lineno
|
|
autom4te.cache
|
|
aclocal.m4
|
|
config.log
|
|
config.status
|
|
cscope*
|
|
tags
|
|
.scon*
|
|
config.py
|
|
build
|
|
libtool
|
|
manifest.txt
|
|
.dir-locals.el
|
|
.deps/
|
|
.dirstamp
|
|
.libs/
|
|
Makefile
|
|
Makefile.in
|
|
.install-mesa-links
|
|
.install-gallium-links
|
|
/src/git_sha1.h
|
|
/src/git_sha1.h.tmp
|