diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2016-01-08 19:51:53 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2016-01-08 19:51:53 +0100 |
commit | 9c29ca8e756983f8ee3676be07af1d342bd140b6 (patch) | |
tree | bc0b35a9b69e327de0e9e0ee3455aec6ab02fe49 /.gitignore | |
parent | 76d1a3dce027679850d12c2857dc4263962f1f52 (diff) | |
download | bugzilla-9c29ca8e756983f8ee3676be07af1d342bd140b6.tar.gz bugzilla-9c29ca8e756983f8ee3676be07af1d342bd140b6.tar.xz |
Bug 1235271: Remove .htaccess from .gitignore
r=dkl
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0ccccabb0..778474510 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/**/.htaccess /lib/* /template/en/custom /docs/en/rst/extensions/* |