From: Marius Hoch Date: Thu, 28 Nov 2013 23:31:18 +0000 (+0100) Subject: Ignore root level .htaccess and .htpasswd files X-Git-Tag: 1.31.0-rc.0~17863 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=fe140a5200824e1407c2842b1356321dc9333f96;p=lhc%2Fweb%2Fwiklou.git Ignore root level .htaccess and .htpasswd files One might want to have those in there in a development environment. Change-Id: Ie5f4bbc15cb738c9801490e800255470ceb42d79 --- diff --git a/.gitignore b/.gitignore index 9c0c3b6d7c..76d220a342 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,5 @@ Thumbs.db /favicon.ico /static* /tags +/.htaccess +/.htpasswd