From 0b3757b4113f6cdb6b477d170e1ef0c46ef63ff8 Mon Sep 17 00:00:00 2001 From: Maxime Gregoire Date: Thu, 15 Jan 2015 16:59:35 -0500 Subject: [PATCH] Added a .gitignore file to enable most git UI extensions to work with the project MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Bug 19029123 Change-Id: Id4875edcbebe815d950de3c86551f9ac76051b35 Reviewed-on: https://swiftshader-review.googlesource.com/1721 Tested-by: Maxime Grégoire Reviewed-by: Nicolas Capens --- .gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..4b932ebfa --- /dev/null +++ b/.gitignore @@ -0,0 +1,44 @@ +# 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 -- 2.11.0