OSDN Git Service

SpirvShader: Improve docs on IsStorageInterleavedByLane()
[android-x86/external-swiftshader.git] / .gitignore
index 646457b..6362020 100644 (file)
@@ -1,9 +1,20 @@
 # Ignored folders #
+/cache/
 /lib/
 /obj/
 /bin/
-/build/
+/out/
 .vs
+.vscode/ipch
+CMakeFiles/
+
+# The /build/ directory is recommended for CMake build output and should be
+# ignored, except for Visual Studio project files that we check into the
+# repository and regenerate with build/cmake.sh
+!/build
+/build/*
+!/build/cmake.sh
+!/build/Visual Studio 15 2017 Win64/
 
 # Ignored files #
 *.obj
@@ -28,3 +39,4 @@
 *.opendb
 *.db
 *~
+CMakeCache.txt
\ No newline at end of file