-
Mahmood Ali authored
This adopts pattern used by Vault, where we split CircleCI yaml config into multiple files that get packed and translated to 2.0. This has two motivations: First, to ease translating config to CircleCI 2.0 so it can run on Enterprise private repository. Second and most importantly, it also adding Enterprise specific jobs in separate files with reduced config file merging conflict resolution.
90d1c69e
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
ChangeLog
*.x86f
*.fasl*
*.dfsl
*.lx64fsl
*.dx64fsl
*.elc
*~
\#*\#
.\#*
.DS_Store
# for the doc
#
doc/*.html
doc/html
doc/contributors.texi
doc/*.info
doc/*.pdf
doc/*.ps
doc/*.dvi
doc/*.aux
doc/*.cp
doc/*.cps
doc/*.fn
doc/*.fns
doc/*.ky
doc/*.kys
doc/*.log
doc/*.pg
doc/*.toc
doc/*.tp
doc/*.vr
doc/*.op
doc/*.ops
doc/*.pgs
doc/*.vrs
doc/*.tgz
/dist/