author | Panos Astithas <past@mozilla.com> |
Tue, 30 Apr 2013 10:22:25 +0300 | |
changeset 130318 | 2e489dff994535a79ad1ce046c33688334f2bd07 |
parent 130317 | e7a1bfbd1335a35b8f30a1e16288c7d94159eb98 |
child 130319 | 6a3e2fb5b0f289495688d8dbd2d3fdb965046361 |
push id | 27307 |
push user | ryanvm@gmail.com |
push date | Tue, 30 Apr 2013 12:09:41 +0000 |
treeherder | mozilla-inbound@a2892f59d8bd [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | dcamp, DONTBUILD |
bugs | 861197 |
milestone | 23.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
.gitignore | file | annotate | diff | comparison | revisions | |
.hgignore | file | annotate | diff | comparison | revisions |
--- a/.gitignore +++ b/.gitignore @@ -46,8 +46,12 @@ parser/html/java/javaparser/ .project .cproject .settings/ # Python virtualenv artifacts. python/psutil/*.so python/psutil/*.pyd python/psutil/build/ + +# Ignore chrome.manifest files from the devtools loader +browser/devtools/chrome.manifest +toolkit/devtools/chrome.manifest
--- a/.hgignore +++ b/.hgignore @@ -49,8 +49,12 @@ # Python stuff installed at build time. ^python/psutil/.*\.so ^python/psutil/.*\.pyd ^python/psutil/build/ # Git repositories .git/ + +# Ignore chrome.manifest files from the devtools loader +^browser/devtools/chrome.manifest$ +^toolkit/devtools/chrome.manifest$