forked from catapult-project/catapult
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
52 lines (39 loc) · 1.22 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
*.pyc
*.swp
.idea
.DS_Store
*~
.project
.settings
.tags
tags
# Created by devil/devil/utils/update_dependencies.py.
/out-devil-deps/
# A script some of us use to download Deep Report traces. It must live in that
# directory but should not be committed for privacy reasons. This prevents
# an accidental add.
perf_insights/perf_insights/download_traces.py
# devil's binary dependency download folder.
/devil/bin/deps/
# telemetry's binary dependency download folders.
/telemetry/telemetry/internal/bin/
/telemetry/telemetry/bin/
# common/py_utils's binary dependency download folder.
/common/py_utils/py_utils/bin/
# node_runner's binary dependency download folder.
/common/node_runner/node_runner/bin/
# node_runner's npm installation folder.
/common/node_runner/node_runner/node_modules/
# Created by PRESUBMIT.py.
/common/node_runner/node_runner/npm-debug.log
# battor's binary dependency download folder.
/common/battor/bin/battor/
# fuchsia's binary dependency download folder
/third_party/fuchsia-sdk/
# Downloaded binaries
catapult_base/catapult_base/bin/
# Generated fetched binary's timestamp
# See details in py_utils.cloud_storage.GetIfChanged(file_path, bucket) method.
.fetchts
# Node dependency download folders
node_modules