2024-05-13 07:01:37 +00:00
|
|
|
# By default we install dependencies to the external directory
|
|
|
|
/external/*
|
|
|
|
|
|
|
|
# Ignore any build directories
|
|
|
|
*build*/
|
|
|
|
|
2014-09-01 01:27:08 +00:00
|
|
|
CMakeCache.txt
|
2016-02-09 17:03:29 +00:00
|
|
|
CMakeLists.txt.user
|
2014-09-01 01:27:08 +00:00
|
|
|
CMakeFiles/
|
|
|
|
cmake_install.cmake
|
|
|
|
Makefile
|
2016-11-18 22:10:27 +00:00
|
|
|
scripts/__pycache__
|
2015-04-14 20:55:44 +00:00
|
|
|
VKConfig.h
|
2024-05-13 07:01:37 +00:00
|
|
|
|
2014-09-01 01:27:08 +00:00
|
|
|
*.so
|
|
|
|
*.so.*
|
2015-02-23 23:23:13 +00:00
|
|
|
*.pyc
|
|
|
|
*.vcproj
|
|
|
|
*.sln
|
|
|
|
*.suo
|
|
|
|
*.vcxproj
|
|
|
|
*.sdf
|
|
|
|
*.filters
|
2016-05-13 16:19:41 +00:00
|
|
|
*.config
|
|
|
|
*.creator
|
|
|
|
*.creator.user
|
|
|
|
*.files
|
|
|
|
*.includes
|
2018-01-05 23:46:04 +00:00
|
|
|
.vscode/
|
2017-12-12 15:33:01 +00:00
|
|
|
.DS_Store
|
2018-05-13 17:21:40 +00:00
|
|
|
_out64
|
|
|
|
out32/*
|
|
|
|
out64/*
|
2024-05-13 07:01:37 +00:00
|
|
|
|
|
|
|
# Chromium build artifacts
|
|
|
|
.cipd/
|
|
|
|
.gn
|
|
|
|
.gclient
|
|
|
|
.gclient_entries
|
|
|
|
.gclient_previous_sync_commits
|
|
|
|
out/
|
|
|
|
third_party/
|
|
|
|
buildtools/
|
|
|
|
depot_tools/
|
|
|
|
testing/
|
|
|
|
tools/
|