diff options
author | 2015-12-29 01:42:43 +0100 | |
---|---|---|
committer | 2015-12-29 01:42:43 +0100 | |
commit | 15cc0879601d5eed160730a9b959ec3872dbe17a (patch) | |
tree | 72a31ed3a667f44ab39dbe5fe6c8b923527720f5 | |
parent | Bug 1235415: Use "AllowOverride All" everywhere (diff) | |
download | bugzilla-15cc0879601d5eed160730a9b959ec3872dbe17a.tar.gz bugzilla-15cc0879601d5eed160730a9b959ec3872dbe17a.tar.bz2 bugzilla-15cc0879601d5eed160730a9b959ec3872dbe17a.zip |
Bug 1235271: Remove .htaccess from .gitignore
r/a=dkl
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.bzrignore b/.bzrignore index f30e8f9ae..4b27e5744 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1,4 +1,3 @@ -.htaccess /lib/* /template/en/custom /docs/en/html diff --git a/.gitignore b/.gitignore index f30e8f9ae..4b27e5744 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.htaccess /lib/* /template/en/custom /docs/en/html |