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

Side by Side Diff: .gitignore

Issue 196064: Add /chrome/tools/test/reference_build/ to .gitignore.
Patch Set: Created 11 years, 3 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 *.mk 1 *.mk
2 *.ncb 2 *.ncb
3 *.pyc 3 *.pyc
4 *.scons 4 *.scons
5 *.suo 5 *.suo
6 *.user 6 *.user
7 *.xcodeproj 7 *.xcodeproj
8 /Makefile 8 /Makefile
9 /breakpad/src/ 9 /breakpad/src/
10 /build/util/support/ 10 /build/util/support/
11 /chrome/Debug 11 /chrome/Debug
12 /chrome/Hammer 12 /chrome/Hammer
13 /chrome/Release 13 /chrome/Release
14 /chrome/app/theme/google_chrome/ 14 /chrome/app/theme/google_chrome/
15 /chrome/installer/linux/ 15 /chrome/installer/linux/
16 /chrome/personalization/ 16 /chrome/personalization/
17 /chrome/test/data/firefox2_profile/searchplugins/ 17 /chrome/test/data/firefox2_profile/searchplugins/
18 /chrome/test/data/firefox2_searchplugins/ 18 /chrome/test/data/firefox2_searchplugins/
19 /chrome/test/data/firefox3_profile/searchplugins/ 19 /chrome/test/data/firefox3_profile/searchplugins/
20 /chrome/test/data/firefox3_searchplugins/ 20 /chrome/test/data/firefox3_searchplugins/
21 /chrome/test/data/layout_tests/ 21 /chrome/test/data/layout_tests/
22 /chrome/test/data/osdd/ 22 /chrome/test/data/osdd/
23 /chrome/test/data/plugin/ 23 /chrome/test/data/plugin/
24 /chrome/test/data/workers/LayoutTests/ 24 /chrome/test/data/workers/LayoutTests/
25 /chrome/tools/test/reference_build/
25 /data/ 26 /data/
26 /googleurl/ 27 /googleurl/
27 /native_client/ 28 /native_client/
28 /out/ 29 /out/
29 /rlz/binaries/ 30 /rlz/binaries/
30 /sconsbuild 31 /sconsbuild
31 /sdch/open-vcdiff/ 32 /sdch/open-vcdiff/
32 /testing/gtest/ 33 /testing/gtest/
33 /testserver.log 34 /testserver.log
34 /third_party/GTM/ 35 /third_party/GTM/
(...skipping 17 matching lines...) Expand all
52 /v8/ 53 /v8/
53 /webkit/Debug/ 54 /webkit/Debug/
54 /webkit/Release/ 55 /webkit/Release/
55 /webkit/data/bmp_decoder/ 56 /webkit/data/bmp_decoder/
56 /webkit/data/ico_decoder/ 57 /webkit/data/ico_decoder/
57 /webkit/data/layout_tests/LayoutTests/ 58 /webkit/data/layout_tests/LayoutTests/
58 /webkit/data/test_shell/plugins/ 59 /webkit/data/test_shell/plugins/
59 /webkit/data/xbm_decoder/ 60 /webkit/data/xbm_decoder/
60 /xcodebuild/ 61 /xcodebuild/
61 SConstruct 62 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