Skip to content

Commit

Permalink
Merge pull request swcarpentry#180 from jdblischak/ignore-contributing
Browse files Browse the repository at this point in the history
Do not render CONTRIBUTING.html. Ignore it if it is built.
  • Loading branch information
Greg Wilson committed Feb 16, 2015
2 parents c425381 + a6040c7 commit 24a4d23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ README.html
LAYOUT.html
FAQ.html
DESIGN.html
CONTRIBUTING.html
*~
*.pyc
_site
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DST_RMD = $(patsubst %.Rmd,%.md,$(SRC_RMD))

# All Markdown files (hand-written and generated).
ALL_MD = $(wildcard *.md) $(DST_RMD)
EXCLUDE_MD = README.md LAYOUT.md FAQ.md DESIGN.md
EXCLUDE_MD = README.md LAYOUT.md FAQ.md DESIGN.md CONTRIBUTING.md
SRC_MD = $(filter-out $(EXCLUDE_MD),$(ALL_MD))
DST_HTML = $(patsubst %.md,%.html,$(SRC_MD))

Expand Down

0 comments on commit 24a4d23

Please sign in to comment.