From a56e7d7db8cc494818d3404f4800e79a467f9e75 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Tue, 15 Feb 2011 00:06:49 +0100 Subject: Added .markdown.html to gitignore. I wrote a tool that produces these from .markdown files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1d10c016..c6194f44 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ lib .factorypath lombok.iml .idea +*.markdown.html \ No newline at end of file -- cgit