OSDN Git Service

Disable LLVM_ENABLE_THREADS in config generation script
[android-x86/external-swiftshader.git] / .gitignore
index 0eda9b4..6362020 100644 (file)
@@ -1,24 +1,42 @@
-# Ignored folders #\r
-/lib/\r
-/obj/\r
-/bin/\r
-\r
-# Ignored files #\r
-*.obj\r
-*.lib\r
-*.log\r
-*.tlog\r
-*.exe\r
-*.ilk\r
-*.pdb\r
-*.sbr\r
-*.bsc\r
-*.dll\r
-*.res\r
-*.idb\r
-*.sdf\r
-*.suo\r
-*.o\r
-*.depend\r
-*.layout\r
-*.opensdf\r
+# Ignored folders #
+/cache/
+/lib/
+/obj/
+/bin/
+/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
+*.lib
+*.log
+*.tlog
+*.exe
+*.ilk
+*.pdb
+*.sbr
+*.bsc
+*.dll
+*.res
+*.idb
+*.sdf
+*.suo
+*.o
+*.depend
+*.layout
+*.opensdf
+*.aps
+*.opendb
+*.db
+*~
+CMakeCache.txt
\ No newline at end of file