Skip to content

Commit

Permalink
Exclude generated markdown in .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jsichi committed May 31, 2018
1 parent 3a72991 commit f017e10
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ out/*
pom.xml.releaseBackup
**/pom.xml.releaseBackup
.classpath
docs/javadoc
docs/_site
docs/guide/EX-*
2 changes: 1 addition & 1 deletion docs/guide/UserGuide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The user guide will be developed here.

* [LabeledEdges demo](LabeledEdges)
* [LabeledEdges demo](EX-LabeledEdges)
2 changes: 1 addition & 1 deletion etc/expandMarkdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ shopt -s failglob
pushd ${TRAVIS_BUILD_DIR}/docs/guide-templates

for file in *.md; do
hercule ${file} -o ${TRAVIS_BUILD_DIR}/docs/guide/${file}
hercule ${file} -o ${TRAVIS_BUILD_DIR}/docs/guide/EX-${file}
done

popd

0 comments on commit f017e10

Please sign in to comment.