Skip to content

Commit a8fd7bf

Browse files
billsacksfritzt
authored andcommitted
Add external for documentation images
1 parent 774ad74 commit a8fd7bf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ manage_externals.log
55
/tools/PTCLM/
66
/cime/
77
/components/
8+
/doc/source/images/
89

910
# ignore svn directories
1011
**/.svn/**

Externals_CLM.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ repo_url = https://github.com/ESCOMP/PTCLM
1212
tag = PTCLM2_20200121
1313
required = True
1414

15+
[doc-images]
16+
local_path = doc/source/images
17+
protocol = git
18+
repo_url = https://github.com/ESCOMP/CTSM-doc-images.git
19+
hash = 0f039e7a043fabfce91ddf4f41186a3014603aac
20+
required = False
21+
1522
[externals_description]
1623
schema_version = 1.0.0
1724

0 commit comments

Comments
 (0)