Alexis Hetu | b027aa9 | 2015-01-19 15:56:12 -0500 | [diff] [blame] | 1 | # Ignored folders by git #
|
| 2 | /lib/
|
| 3 | /src/Debug/
|
| 4 | /src/Release/
|
| 5 | /src/x64/
|
| 6 | /src/LLVM/bin/
|
| 7 | /src/LLVM/lib/Debug/
|
| 8 | /src/LLVM/include/llvm/Win32/
|
| 9 | /src/LLVM/include/llvm/x64/
|
| 10 | /src/LLVM/lib/Release/
|
| 11 | /src/LLVM/lib/Target/Win32/
|
| 12 | /src/LLVM/lib/Target/x64/
|
| 13 | /src/LLVM/lib/Target/X86/Win32/
|
| 14 | /src/LLVM/lib/Target/X86/x64/
|
| 15 | /src/Radiance/libRAD/Win32/
|
| 16 | /src/Radiance/libRAD/x64/
|
| 17 | /src/OpenGL/libEGL/Win32/
|
| 18 | /src/OpenGL/libEGL/x64/
|
| 19 | /src/OpenGL/libGLES_CM/Win32/
|
| 20 | /src/OpenGL/libGLES_CM/x64/
|
| 21 | /src/OpenGL/libGLESv2/Win32/
|
| 22 | /src/OpenGL/libGLESv2/x64/
|
| 23 | /src/OpenGL/compiler/Win32/
|
| 24 | /src/OpenGL/compiler/x64/
|
| 25 | /src/OpenGL/compiler/preprocessor/Debug/
|
| 26 | /src/OpenGL/compiler/preprocessor/Release/
|
| 27 | /src/OpenGL/compiler/preprocessor/x64/
|
| 28 |
|
| 29 | # Ignored files #
|
| 30 | *.obj
|
| 31 | *.lib
|
| 32 | *.log
|
| 33 | *.tlog
|
| 34 | *.exe
|
| 35 | *.ilk
|
| 36 | *.pdb
|
| 37 | *.sbr
|
| 38 | *.bsc
|
| 39 | *.dll
|
| 40 | *.res
|
| 41 | *.idb
|
| 42 | *.sdf
|
| 43 | *.suo
|
| 44 | *.o
|
Ping-Hao Wu | 129430e | 2015-03-10 12:04:37 -0700 | [diff] [blame] | 45 | *.depend
|
| 46 | *.layout
|
Alexis Hetu | b027aa9 | 2015-01-19 15:56:12 -0500 | [diff] [blame] | 47 |
|