aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPiers Daniell <pdaniell@nvidia.com>2015-02-24 13:58:47 -0700
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-03-02 17:21:10 -0700
commit188f8202f4c3fcdc7f6f7d7fc9a792f1bd7e4339 (patch)
tree9281a4de3e77cf4b907918231de4561549bed207 /.gitignore
parent4da523afbfbd8c45babcf363a4a99a4d8784af78 (diff)
downloadvulkan-validation-layers-188f8202f4c3fcdc7f6f7d7fc9a792f1bd7e4339.tar.gz
Get the trace player to work with Windows
This change modifies many of the generators to use "#if defined(PLATFORM_LINUX) || defined(XCB_NVIDIA)" to choose between using XCB or WIN32 native.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 1f4b5373c..9b8127273 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,9 @@ out64/*
demos/Debug/*
demos/tri.dir/Debug/*
demos/tri/Debug/*
+demos/Win32/Debug/*
+demos/xcb_nvidia.dir/*
+libs/Win32/Debug/*
*.pyc
*.vcproj
*.sln
@@ -33,5 +36,3 @@ demos/tri/Debug/*
*.vcxproj
*.sdf
*.filters
-demos/Win32/Debug/*
-demos/xcb_nvidia.dir/*