From 28c229d7b273efd7b11942e33a1a44211bd071a5 Mon Sep 17 00:00:00 2001 From: Geert De Deckere Date: Mon, 26 Aug 2013 12:09:22 +0200 Subject: [PATCH] Ignore all log files except for .htaccess --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 48edbfd9153..569829f901b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,8 @@ Thumbs.db .buildpath .project .settings* -sftp-config.json \ No newline at end of file +sftp-config.json + +# Ignore all log files except for .htaccess +/logs/* +!/logs/.htaccess