From b3611858541a12ebf93320554d4a9e1073e2e43e Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Sun, 29 May 2011 19:24:58 +0200 Subject: [PATCH] don't link markdown files --- scripts/make_links.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make_links.sh b/scripts/make_links.sh index e706943..1f7164b 100755 --- a/scripts/make_links.sh +++ b/scripts/make_links.sh @@ -2,7 +2,7 @@ for dotfile in *; do case "${dotfile}" in - scripts|Makefile) + scripts|Makefile|*.md) # NOOP ;; *)