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

Side by Side Diff: .gitignore

Issue 2292403002: [Catapult] Update .gitignore to point to new locations in common/ (Closed)
Patch Set: add node_runner bin Created 4 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 *.pyc 1 *.pyc
2 *.swp 2 *.swp
3 .idea 3 .idea
4 .DS_Store 4 .DS_Store
5 *~ 5 *~
6 .project 6 .project
7 .settings 7 .settings
8 .tags 8 .tags
9 tags 9 tags
10 10
11 # A script some of us use to download Deep Report traces. It must live in that 11 # A script some of us use to download Deep Report traces. It must live in that
12 # directory but should not be committed for privacy reasons. This prevents 12 # directory but should not be committed for privacy reasons. This prevents
13 # an accidental add. 13 # an accidental add.
14 perf_insights/perf_insights/download_traces.py 14 perf_insights/perf_insights/download_traces.py
15 15
16 # devil's binary dependency download folder. 16 # devil's binary dependency download folder.
17 /devil/bin/deps/ 17 /devil/bin/deps/
18 18
19 # telemetry's binary dependency download folder. 19 # telemetry's binary dependency download folder.
20 /telemetry/telemetry/internal/bin/ 20 /telemetry/telemetry/internal/bin/
21 21
22 # catapult_base's binary dependency download folder. 22 # common/py_utils's binary dependency download folder.
23 /catapult_base/catapult_base/bin/ 23 /common/py_utils/py_utils/bin/
24 24
25 # catapult_base's npm installation folder. 25 # node_runner's binary dependency download folder.
26 /catapult_base/catapult_base/node_modules/ 26 /common/node_runner/node_runner/bin/
27
28 # node_runner's npm installation folder.
29 /common/node_runner/node_runner/node_modules/
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