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

Side by Side Diff: .gitignore

Issue 2427633003: Add landmine support (Closed)
Patch Set: Created 4 years, 2 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 | DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.pyc 1 *.pyc
2 .landmines
2 pin-log.txt 3 pin-log.txt
3 /base 4 /base
4 /build 5 /build
5 /buildtools 6 /buildtools
6 /chromium/.gclient.tmp 7 /chromium/.gclient.tmp
7 /chromium/.gclient.tmp_entries 8 /chromium/.gclient.tmp_entries
8 /chromium/.last_sync_chromium 9 /chromium/.last_sync_chromium
9 /chromium/src/ 10 /chromium/src/
10 /google_apis 11 /google_apis
11 /links 12 /links
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 libyuv.a 101 libyuv.a
101 libyuv_unittest 102 libyuv_unittest
102 103
103 # Files generated by winarm.mk build 104 # Files generated by winarm.mk build
104 libyuv_arm.lib 105 libyuv_arm.lib
105 source/*.o 106 source/*.o
106 107
107 # Files generated by perf 108 # Files generated by perf
108 perf.data 109 perf.data
109 perf.data.old 110 perf.data.old
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698