OSDN Git Service

Remove top-level kokoro/ folder
[android-x86/external-swiftshader.git] / .gitignore
index a19ccde..6362020 100644 (file)
@@ -1,12 +1,42 @@
-# Ignore filename patterns wherever they appear
-*~
-*.o
-*.orig
-*.pyc
-*.swp
-.#*
-\#*
+# 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/
 
-# Ignore specific patterns at the top-level directory
-/llvm2ice
-/build/
+# 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