-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
55 lines (46 loc) · 1.52 KB
/
.gitattributes
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
53
54
55
# The `recipes` attribute controls which additional files are included in the
# recipes bundle when running the `//recipes/recipes.py bundle` command. These
# files will also be available to other repos' recipes when they pull in
# depot_tools as a recipe dependency.
# Tools
/*.bat recipes
/*.exe recipes
/*.py recipes
/*.sh recipes
# vpython specs
/gsutil.vpython recipes
# Extensionless tools we want and support scripts.
/apply_issue recipes
/clang* recipes
/depot-tools-auth recipes
/download_from_google_storage recipes
/fetch recipes
/gclient recipes
/git* recipes
/gn recipes
/ninja* recipes
/pylint* recipes
/repo recipes
/roll-dep* recipes
# Symlinks
/cbuildbot recipes
/chrome_set_ver recipes
/cros* recipes
/support/* recipes
# TODO: There are some really junky dependencies in here that we should probably
# move to vpython/cipd.
/third_party/** recipes
/third_party/pymox/** -recipes
/third_party/cq_client/testdata/** -recipes
/win_toolchain/** recipes
/fetch_configs/*.py recipes
# Some things we never need to include in the bundle
*.diff -recipes
*LICENSE* -recipes
*README* -recipes
.gitattributes -recipes
.gitignore -recipes
COPYING -recipes
MANIFEST.in -recipes
OWNERS -recipes
PKG-INFO -recipes