From 6a6459fb13827f0016b4a5334531d89e0172ecce Mon Sep 17 00:00:00 2001 From: tslocum Date: Mon, 29 Nov 2010 16:59:10 -0800 Subject: [PATCH] Ignore any generated .html files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3dd1e75..45f1ec0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -settings.php \ No newline at end of file +settings.php +*.html \ No newline at end of file