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

Side by Side Diff: .gitignore

Issue 9316030: Add third_party/undoview to .gitignore (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 /third_party/pywebsocket 144 /third_party/pywebsocket
145 /third_party/safe_browsing/testing 145 /third_party/safe_browsing/testing
146 /third_party/scons-2.0.1 146 /third_party/scons-2.0.1
147 /third_party/sfntly 147 /third_party/sfntly
148 /third_party/skia 148 /third_party/skia
149 /third_party/smhasher 149 /third_party/smhasher
150 /third_party/snappy/src 150 /third_party/snappy/src
151 /third_party/speex 151 /third_party/speex
152 /third_party/swig 152 /third_party/swig
153 /third_party/syzygy/binaries 153 /third_party/syzygy/binaries
154 /third_party/undoview
154 /third_party/v8-i18n 155 /third_party/v8-i18n
155 /third_party/valgrind 156 /third_party/valgrind
156 /third_party/webdriver/pylib 157 /third_party/webdriver/pylib
157 /third_party/webdriver/python/selenium 158 /third_party/webdriver/python/selenium
158 /third_party/webgl_conformance 159 /third_party/webgl_conformance
159 /third_party/webrtc 160 /third_party/webrtc
160 /third_party/xdg-utils 161 /third_party/xdg-utils
161 /third_party/xulrunner-sdk 162 /third_party/xulrunner-sdk
162 /third_party/yasm/binaries 163 /third_party/yasm/binaries
163 /third_party/yasm/source/patched-yasm 164 /third_party/yasm/source/patched-yasm
164 /tools/distcc 165 /tools/distcc
165 /tools/grit 166 /tools/grit
166 /tools/gyp 167 /tools/gyp
167 /tools/histograms 168 /tools/histograms
168 /tools/page_cycler/acid3 169 /tools/page_cycler/acid3
169 /tools/tryserver 170 /tools/tryserver
170 /v8 171 /v8
171 /webkit/Debug 172 /webkit/Debug
172 /webkit/Release 173 /webkit/Release
173 /webkit/data/bmp_decoder 174 /webkit/data/bmp_decoder
174 /webkit/data/ico_decoder 175 /webkit/data/ico_decoder
175 /webkit/data/layout_tests/LayoutTests 176 /webkit/data/layout_tests/LayoutTests
176 /webkit/data/test_shell/plugins 177 /webkit/data/test_shell/plugins
177 /webkit/data/xbm_decoder 178 /webkit/data/xbm_decoder
178 /x86-generic_out/ 179 /x86-generic_out/
179 /xcodebuild 180 /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