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

Side by Side Diff: .gitignore

Issue 133083002: Update .gitignore to ignore nodejs binaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 *.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 *.sdf 10 *.sdf
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 /tools/deps2git/ 316 /tools/deps2git/
317 /tools/distcc 317 /tools/distcc
318 /tools/gn/bin/linux 318 /tools/gn/bin/linux
319 /tools/gn/bin/mac 319 /tools/gn/bin/mac
320 /tools/gn/bin/win 320 /tools/gn/bin/win
321 /tools/grit 321 /tools/grit
322 /tools/gyp 322 /tools/gyp
323 /tools/histograms 323 /tools/histograms
324 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml 324 /tools/json_schema_compiler/test/json_schema_compiler_tests.xml
325 /tools/metrics/histograms/histograms.before.pretty-print.xml 325 /tools/metrics/histograms/histograms.before.pretty-print.xml
326 /tools/nodejs/*/*
327 !/tools/nodejs/*/*.sha1
326 /tools/page_cycler/acid3 328 /tools/page_cycler/acid3
327 /tools/perf/data 329 /tools/perf/data
328 /tools/perf/results.html 330 /tools/perf/results.html
329 /tools/swarming_client 331 /tools/swarming_client
330 /tools/tryserver 332 /tools/tryserver
331 /tools/win/link_limiter/build 333 /tools/win/link_limiter/build
332 /ui/surface/surface.xml 334 /ui/surface/surface.xml
333 /ui/surface/surface_gpu_tests.xml 335 /ui/surface/surface_gpu_tests.xml
334 /v8 336 /v8
335 /webkit/data/bmp_decoder 337 /webkit/data/bmp_decoder
336 /webkit/data/ico_decoder 338 /webkit/data/ico_decoder
337 /webkit/data/layout_tests/LayoutTests 339 /webkit/data/layout_tests/LayoutTests
338 /webkit/data/test_shell/plugins 340 /webkit/data/test_shell/plugins
339 /webkit/data/xbm_decoder 341 /webkit/data/xbm_decoder
340 /webkit/Debug 342 /webkit/Debug
341 /webkit/Release 343 /webkit/Release
342 /webkit/renderer/media/crypto/ppapi/cdm 344 /webkit/renderer/media/crypto/ppapi/cdm
343 /webpagereplay_logs/ 345 /webpagereplay_logs/
344 /win8/delegate_execute/delegate_execute_version_resources.xml 346 /win8/delegate_execute/delegate_execute_version_resources.xml
345 /win8/metro_driver/metro_driver_version_resources.xml 347 /win8/metro_driver/metro_driver_version_resources.xml
346 /x86-generic_out/ 348 /x86-generic_out/
347 /xcodebuild 349 /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