Commit 0b3757b4 by Maxime Gregoire Committed by Maxime Grégoire

Added a .gitignore file to enable most git UI extensions to work with the project

Bug 19029123 Change-Id: Id4875edcbebe815d950de3c86551f9ac76051b35 Reviewed-on: https://swiftshader-review.googlesource.com/1721Tested-by: 's avatarMaxime Grégoire <mgregoire@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent 9703d1a4
# Ignored folders by git #
/lib/
/src/Debug/
/src/Release/
/src/x64/
/src/LLVM/bin/
/src/LLVM/lib/Debug/
/src/LLVM/include/llvm/Win32/
/src/LLVM/include/llvm/x64/
/src/LLVM/lib/Release/
/src/LLVM/lib/Target/Win32/
/src/LLVM/lib/Target/x64/
/src/LLVM/lib/Target/X86/Win32/
/src/LLVM/lib/Target/X86/x64/
/src/Radiance/libRAD/Win32/
/src/Radiance/libRAD/x64/
/src/OpenGL/libEGL/Win32/
/src/OpenGL/libEGL/x64/
/src/OpenGL/libGLES_CM/Win32/
/src/OpenGL/libGLES_CM/x64/
/src/OpenGL/libGLESv2/Win32/
/src/OpenGL/libGLESv2/x64/
/src/OpenGL/compiler/Win32/
/src/OpenGL/compiler/x64/
/src/OpenGL/compiler/preprocessor/Debug/
/src/OpenGL/compiler/preprocessor/Release/
/src/OpenGL/compiler/preprocessor/x64/
# Ignored files #
*.user
*.obj
*.lib
*.log
*.tlog
*.exe
*.ilk
*.pdb
*.sbr
*.bsc
*.dll
*.res
*.idb
*.sdf
*.suo
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment