mirror of
https://gitee.com/openharmony/third_party_vulkan-loader
synced 2024-11-23 07:10:23 +00:00
0281b281d0
Signed-off-by: andrew0229 <zhangzhao62@huawei.com> Change-Id: Ifc4224db2c6ea7c159d3cabe8f075475d47a41a8
47 lines
540 B
Plaintext
47 lines
540 B
Plaintext
# By default we install dependencies to the external directory
|
|
/external/*
|
|
|
|
# Ignore any build directories
|
|
*build*/
|
|
|
|
CMakeCache.txt
|
|
CMakeLists.txt.user
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
Makefile
|
|
scripts/__pycache__
|
|
VKConfig.h
|
|
|
|
*.so
|
|
*.so.*
|
|
*.pyc
|
|
*.vcproj
|
|
*.sln
|
|
*.suo
|
|
*.vcxproj
|
|
*.sdf
|
|
*.filters
|
|
*.config
|
|
*.creator
|
|
*.creator.user
|
|
*.files
|
|
*.includes
|
|
.vscode/
|
|
.DS_Store
|
|
_out64
|
|
out32/*
|
|
out64/*
|
|
|
|
# Chromium build artifacts
|
|
.cipd/
|
|
.gn
|
|
.gclient
|
|
.gclient_entries
|
|
.gclient_previous_sync_commits
|
|
out/
|
|
third_party/
|
|
buildtools/
|
|
depot_tools/
|
|
testing/
|
|
tools/
|