Side by Side Diff: tools/perf/page_sets/data/.gitignore
Issue 24294003:
[Telemetry] Move WPR archives and credentials from src-internal to Cloud Storage. (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unit test fixes and .gitignore
Created 7 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.
tonyg
2013/09/20 14:46:17
This .gitignore doesn't seem like a sustainable ap
This .gitignore doesn't seem like a sustainable approach. Can you explain it a
little better? Is there a way we can avoid having to update this any time we add
a file?
dtu
2013/09/20 17:26:01
When you download a file, it is an untracked file
On 2013/09/20 14:46:17, tonyg wrote:
> This .gitignore doesn't seem like a sustainable approach. Can you explain it a
> little better? Is there a way we can avoid having to update this any time we
add
> a file?
When you download a file, it is an untracked file in git. That could create a
lot of clutter for people.
These two files are more the exception than the norm, because they're internal
non-binary files, and they're only in Cloud Storage to get them out of
src-internal. Binary files are .gitignore'd in perf/page_sets.
.gitignore only takes patterns, so I'm not sure how much better we can do..
Issue 24294003: [Telemetry] Move WPR archives and credentials from src-internal to Cloud Storage.
(Closed)
Created 7 years, 3 months ago by dtu
Modified 7 years, 3 months ago
Reviewers: nduca, tonyg
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 2