diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-07-01 05:32:40 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-09-12 19:03:27 +0200 |
commit | e6bf4cacb10f86077fe898349485f5c7ab9fb4b6 (patch) | |
tree | 24a4973f71f38e0cd7788a25817142ab6c05ed3e /.gitignore | |
parent | 591e2dabe136e9a9190f3a67c89349cb794ae9a9 (diff) | |
download | bugzilla-e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.tar.gz bugzilla-e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.tar.xz |
Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local symlink to data/ directory
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 |