aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMark Lobodzinski <mark@lunarg.com>2018-05-31 09:58:13 -0600
committerMark Lobodzinski <mark@lunarg.com>2018-06-04 08:27:00 -0600
commit42f743f826000a6448f1d25f888c2c8e5ee41072 (patch)
treec1a0c39555b538b5e72710be9d6cc89c88dd3f0b /.gitignore
parentcd83f4cb83aad4b279642beb9e9d6bd988b66338 (diff)
downloadvulkan-validation-layers-42f743f826000a6448f1d25f888c2c8e5ee41072.tar.gz
build: Move gtest to external dependency
The googletest component is now required to be cloned and built in a specific location in the repository in order to build validation layer tests.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2d1a3bcd2..e6db1d4ae 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ CMakeFiles/
cmake_install.cmake
Makefile
scripts/__pycache__
+external/googletest
*.so
*.so.*
_out64