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

Side by Side Diff: .gitignore

Issue 137793002: Revert of 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
328 /tools/page_cycler/acid3 326 /tools/page_cycler/acid3
329 /tools/perf/data 327 /tools/perf/data
330 /tools/perf/results.html 328 /tools/perf/results.html
331 /tools/swarming_client 329 /tools/swarming_client
332 /tools/tryserver 330 /tools/tryserver
333 /tools/win/link_limiter/build 331 /tools/win/link_limiter/build
334 /ui/surface/surface.xml 332 /ui/surface/surface.xml
335 /ui/surface/surface_gpu_tests.xml 333 /ui/surface/surface_gpu_tests.xml
336 /v8 334 /v8
337 /webkit/data/bmp_decoder 335 /webkit/data/bmp_decoder
338 /webkit/data/ico_decoder 336 /webkit/data/ico_decoder
339 /webkit/data/layout_tests/LayoutTests 337 /webkit/data/layout_tests/LayoutTests
340 /webkit/data/test_shell/plugins 338 /webkit/data/test_shell/plugins
341 /webkit/data/xbm_decoder 339 /webkit/data/xbm_decoder
342 /webkit/Debug 340 /webkit/Debug
343 /webkit/Release 341 /webkit/Release
344 /webkit/renderer/media/crypto/ppapi/cdm 342 /webkit/renderer/media/crypto/ppapi/cdm
345 /webpagereplay_logs/ 343 /webpagereplay_logs/
346 /win8/delegate_execute/delegate_execute_version_resources.xml 344 /win8/delegate_execute/delegate_execute_version_resources.xml
347 /win8/metro_driver/metro_driver_version_resources.xml 345 /win8/metro_driver/metro_driver_version_resources.xml
348 /x86-generic_out/ 346 /x86-generic_out/
349 /xcodebuild 347 /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