diff options
author | David Lawrence <dkl@mozilla.com> | 2014-03-11 21:28:35 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-03-11 21:28:35 +0100 |
commit | d51abfd7e3e1fcc3eea37e72ab0f49f3e28950a2 (patch) | |
tree | 07cba74beea1dac75afaad022a5338ec4c77ffda /.gitignore | |
parent | 14297c3f99da39acf42f359247f68f754da03fca (diff) | |
download | bugzilla-d51abfd7e3e1fcc3eea37e72ab0f49f3e28950a2.tar.gz bugzilla-d51abfd7e3e1fcc3eea37e72ab0f49f3e28950a2.tar.xz |
Renamed .bzrignore to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..f30e8f9ae --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +.htaccess +/lib/* +/template/en/custom +/docs/en/html +/docs/en/txt +/docs/en/pdf +/skins/custom +/graphs +/data +/localconfig +/index.html + +/skins/contrib/Dusk/admin.css +/skins/contrib/Dusk/bug.css |