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

Side by Side Diff: .gitignore

Issue 3166026: gitignore: Add tools/histograms/. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 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
« 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 *.pyc 4 *.pyc
5 *.rules 5 *.rules
6 *.scons 6 *.scons
7 *.sln 7 *.sln
8 *.suo 8 *.suo
9 *.user 9 *.user
10 *.vcproj 10 *.vcproj
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 /third_party/skia 89 /third_party/skia
90 /third_party/speex 90 /third_party/speex
91 /third_party/swig 91 /third_party/swig
92 /third_party/valgrind 92 /third_party/valgrind
93 /third_party/xdg-utils 93 /third_party/xdg-utils
94 /third_party/xulrunner-sdk 94 /third_party/xulrunner-sdk
95 /third_party/yasm/source/patched-yasm 95 /third_party/yasm/source/patched-yasm
96 /tools/distcc 96 /tools/distcc
97 /tools/grit/grit/test/data 97 /tools/grit/grit/test/data
98 /tools/gyp 98 /tools/gyp
99 /tools/histograms/
99 /tools/page_cycler/acid3 100 /tools/page_cycler/acid3
100 /tools/tryserver 101 /tools/tryserver
101 /v8 102 /v8
102 /valgrind.tmp 103 /valgrind.tmp
103 /webkit/Debug 104 /webkit/Debug
104 /webkit/Release 105 /webkit/Release
105 /webkit/data/bmp_decoder 106 /webkit/data/bmp_decoder
106 /webkit/data/ico_decoder 107 /webkit/data/ico_decoder
107 /webkit/data/layout_tests/LayoutTests 108 /webkit/data/layout_tests/LayoutTests
108 /webkit/data/test_shell/plugins 109 /webkit/data/test_shell/plugins
109 /webkit/data/xbm_decoder 110 /webkit/data/xbm_decoder
110 /x86-generic_out/ 111 /x86-generic_out/
111 /xcodebuild 112 /xcodebuild
112 SConstruct 113 SConstruct
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