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

Side by Side Diff: .gitignore

Issue 1712463002: add perf data files to ignores (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Created 4 years, 10 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 | README.chromium » ('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 pin-log.txt 2 pin-log.txt
3 /base 3 /base
4 /build 4 /build
5 /buildtools 5 /buildtools
6 /chromium/.gclient.tmp 6 /chromium/.gclient.tmp
7 /chromium/.gclient.tmp_entries 7 /chromium/.gclient.tmp_entries
8 /chromium/.last_sync_chromium 8 /chromium/.last_sync_chromium
9 /chromium/src/ 9 /chromium/src/
10 /google_apis 10 /google_apis
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 CMakeFiles/ 111 CMakeFiles/
112 convert 112 convert
113 libgtest.a 113 libgtest.a
114 libyuv.a 114 libyuv.a
115 libyuv_unittest 115 libyuv_unittest
116 116
117 # Files generated by winarm.mk build 117 # Files generated by winarm.mk build
118 libyuv_arm.lib 118 libyuv_arm.lib
119 source/*.o 119 source/*.o
120 120
121 121 # Files generated by perf
122 perf.data
123 perf.data.old
OLDNEW
« no previous file with comments | « no previous file | README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698