From c85a4346f784ce4092104e509fbbde1f75916456 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Tue, 21 Aug 2012 11:06:45 +0200 Subject: [PATCH] Ignore out/ instead of output/ and ignore webgen.cache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ea1472e..a5f5c85 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -output/ +out/ +webgen.cache