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

Side by Side Diff: .gitignore

Issue 10826067: Implement a tool called link_limiter to impose a global restriction on how many (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: refactor concurrency metrics Created 8 years, 4 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 | tools/win/link_limiter/build_link_limiter.py » ('j') | 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 *.gypcmd 2 *.gypcmd
3 *.mk 3 *.mk
4 *.ncb 4 *.ncb
5 *.ninja 5 *.ninja
6 *.opensdf 6 *.opensdf
7 *.props 7 *.props
8 *.pyc 8 *.pyc
9 *.rules 9 *.rules
10 *.scons 10 *.scons
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 /third_party/yasm/source/patched-yasm 221 /third_party/yasm/source/patched-yasm
222 /third_party/yasm/yasm.xml 222 /third_party/yasm/yasm.xml
223 /tools/deps2git/ 223 /tools/deps2git/
224 /tools/distcc 224 /tools/distcc
225 /tools/grit 225 /tools/grit
226 /tools/gyp 226 /tools/gyp
227 /tools/histograms 227 /tools/histograms
228 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml 228 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
229 /tools/page_cycler/acid3 229 /tools/page_cycler/acid3
230 /tools/tryserver 230 /tools/tryserver
231 /tools/win/link_limiter/
nsylvain 2012/07/30 22:16:25 why? Maybe you want to ignore only {link/lib}_lim
231 /ui/resources/aura/google_wallpapers 232 /ui/resources/aura/google_wallpapers
232 /v8 233 /v8
233 /webkit/Debug 234 /webkit/Debug
234 /webkit/Release 235 /webkit/Release
235 /webkit/data/bmp_decoder 236 /webkit/data/bmp_decoder
236 /webkit/data/ico_decoder 237 /webkit/data/ico_decoder
237 /webkit/data/layout_tests/LayoutTests 238 /webkit/data/layout_tests/LayoutTests
238 /webkit/data/test_shell/plugins 239 /webkit/data/test_shell/plugins
239 /webkit/data/xbm_decoder 240 /webkit/data/xbm_decoder
240 /x86-generic_out/ 241 /x86-generic_out/
241 /xcodebuild 242 /xcodebuild
OLDNEW
« no previous file with comments | « no previous file | tools/win/link_limiter/build_link_limiter.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698