vulkaninfo: Correct typo targetted -> targeted
[KhronosGroup/Vulkan-Tools.git] / .gitignore
blobfb4c86674423baffd67843e4e8b88c0a0a2f7570
1 # By default we install dependencies to the external directory
2 /external/*
4 # Ignore any build directories
5 *build*/
7 CMakeCache.txt
8 CMakeLists.txt.user
9 CMakeUserPresets.json
10 CMakeFiles/
11 cmake_install.cmake
12 Makefile
13 glslang/*
14 scripts/__pycache__
15 *.so
16 *.so.*
17 _out64
18 out32/*
19 out64/*
20 *.pyc
21 *.vcproj
22 *.sln
23 *.suo
24 *.vcxproj
25 *.sdf
26 *.filters
27 *.config
28 *.creator
29 *.creator.user
30 *.files
31 *.includes
32 .vscode/
33 .DS_Store
34 .cache
36 # Chromium build artifacts
37 .cipd/
38 .gn
39 .gclient
40 .gclient_entries
41 .gclient_previous_sync_commits
42 out/
43 third_party/
44 buildtools/
45 depot_tools/
46 testing/
47 tools/