forked from googlesamples/vulkan-basic-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
66 lines (61 loc) · 1.05 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Android build related files
.gradle
.idea
build
.DS_Store
*.iml
local.properties
.externalNativeBuild
# facilitating the upstream sync for gradle files
API-Samples/android/build.gradle
API-Samples/android/gradle.properties
API-Samples/android/gradle
API-Samples/android/gradlew
API-Samples/android/gradlew.bat
Utilities/WSIWindow_Sample1/android/app/.gitignore
# Upstream CI infrastructure is not neccessary; could be turned on once verified on this repo
/.appveyor.yml
/.travis.yml
CMakeCache.txt
CMakeLists.txt.user
CMakeFiles/
cmake_install.cmake
Makefile
scripts/__pycache__
VKConfig.h
*.so
*.so.*
_out64
out32/*
out64/*
demos/Debug/*
demos/Win32/Debug/*
demos/xcb_nvidia.dir/*
demos/smoke/HelpersDispatchTable.cpp
demos/smoke/HelpersDispatchTable.h
Layer-Samples/data/overlay-frag.spv
Layer-Samples/data/overlay-vert.spv
libs/Win32/Debug/*
*.pyc
*.vcproj
*.sln
*.suo
*.vcxproj
*.sdf
*.filters
build
build32
dbuild
external
build-android/external
*.config
*.creator
*.creator.user
*.files
*.includes
*.autosave
.DS_Store
.idea
.gradle
.externalNativeBuild
*.iml