diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-04 03:04:10 +0100 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-04 03:04:10 +0100 |
commit | 11a822a40e47c51b8f3e5e77835123b1a30a3bd7 (patch) | |
tree | 9de025fcdb38cca2946fccbada190410cb2f38d6 | |
parent | ff525b606b94e5e99328f1b300c93eb63251f03f (diff) | |
download | bugzilla-11a822a40e47c51b8f3e5e77835123b1a30a3bd7.tar.gz bugzilla-11a822a40e47c51b8f3e5e77835123b1a30a3bd7.tar.xz |
Update .bzrignore to properly exclude the contents of lib/.
-rw-r--r-- | .bzrignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bzrignore b/.bzrignore index 4771f3883..0a247ff2b 100644 --- a/.bzrignore +++ b/.bzrignore @@ -1,5 +1,5 @@ .htaccess -/lib +/lib/* /template/en/custom /docs/bugzilla.ent /docs/en/xml/bugzilla.ent |