Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: .gitignore

Issue 6882086: Add third_party/mkl to .gitignore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.Makefile 1 *.Makefile
2 *.mk 2 *.mk
3 *.ncb 3 *.ncb
4 *.ninja 4 *.ninja
5 *.props 5 *.props
6 *.pyc 6 *.pyc
7 *.rules 7 *.rules
8 *.scons 8 *.scons
9 *.sdf 9 *.sdf
10 *.sln 10 *.sln
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 /third_party/libjpeg_turbo 102 /third_party/libjpeg_turbo
103 /third_party/libsrtp/src 103 /third_party/libsrtp/src
104 /third_party/libvpx 104 /third_party/libvpx
105 /third_party/libvpx/include 105 /third_party/libvpx/include
106 /third_party/libvpx/lib 106 /third_party/libvpx/lib
107 /third_party/lighttpd 107 /third_party/lighttpd
108 /third_party/lss 108 /third_party/lss
109 /third_party/llvm 109 /third_party/llvm
110 /third_party/llvm-build 110 /third_party/llvm-build
111 /third_party/mingw-w64 111 /third_party/mingw-w64
112 /third_party/mkl
112 /third_party/nss 113 /third_party/nss
113 /third_party/openssl 114 /third_party/openssl
114 /third_party/ots 115 /third_party/ots
115 /third_party/pdfsqueeze 116 /third_party/pdfsqueeze
116 /third_party/pefile 117 /third_party/pefile
117 /third_party/platformsdk_win2008_6_1 118 /third_party/platformsdk_win2008_6_1
118 /third_party/platformsdk_win7 119 /third_party/platformsdk_win7
119 /third_party/ppapi 120 /third_party/ppapi
120 /third_party/psyco_win32 121 /third_party/psyco_win32
121 /third_party/pthreads-win32 122 /third_party/pthreads-win32
(...skipping 22 matching lines...) Expand all
144 /v8 145 /v8
145 /webkit/Debug 146 /webkit/Debug
146 /webkit/Release 147 /webkit/Release
147 /webkit/data/bmp_decoder 148 /webkit/data/bmp_decoder
148 /webkit/data/ico_decoder 149 /webkit/data/ico_decoder
149 /webkit/data/layout_tests/LayoutTests 150 /webkit/data/layout_tests/LayoutTests
150 /webkit/data/test_shell/plugins 151 /webkit/data/test_shell/plugins
151 /webkit/data/xbm_decoder 152 /webkit/data/xbm_decoder
152 /x86-generic_out/ 153 /x86-generic_out/
153 /xcodebuild 154 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698