From 9a50af9c341fdd939403cf03b5880640e6fc2445 Mon Sep 17 00:00:00 2001 From: Ruud Burger Date: Mon, 4 Jul 2011 13:22:42 +0200 Subject: [PATCH] Ignore paths --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 11f92e28..217a73cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /settings.conf /logs/*.log -/_source/ \ No newline at end of file +/_source/ +/_data/ \ No newline at end of file