diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index a829834c5..0172ea059 100644 --- a/.gitignore +++ b/.gitignore @@ -1,16 +1,27 @@ -.htaccess +/**/.htaccess /lib/* +/local/* /template/en/custom -/docs/bugzilla.ent -/docs/en/xml/bugzilla.ent -/docs/en/txt +/docs/en/rst/extensions/* +/docs/en/rst/api/extensions/* /docs/en/html +/docs/en/txt /docs/en/pdf +/skins/custom /graphs /data /localconfig +/localconfig.* /index.html -/template_cache /error_reports -.DS_Store -cpanfile +/.DS_Store +/template_cache +/Makefile +/MYMETA.* +/pm_to_blib +/blib +/Bugzilla-*.*/ +/local + +/skins/contrib/Dusk/admin.css +/skins/contrib/Dusk/bug.css |