author | Ehsan Akhgari <ehsan@mozilla.com> |
Fri, 18 May 2012 13:55:58 -0400 | |
changeset 98411 | f4d51fab6cec21c2e51549c4b2929268781ed93f |
parent 98410 | 17422a2d0c70901c4a3bfd3fbd9957d26c129725 |
child 98412 | cc0b4c5c3ac2609ba7926ef13ede6585ef263d4e |
push id | 1116 |
push user | lsblakk@mozilla.com |
push date | Mon, 16 Jul 2012 19:38:18 +0000 |
treeherder | mozilla-beta@95f959a8b4dc [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | BenWa |
bugs | 756516 |
milestone | 15.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 @@ -13,16 +13,17 @@ ID .*.sw[a-z] # User files that may appear at the root /.mozconfig* /mozconfig /configure /config.cache /config.log +/.clang_complete # Empty marker file that's generated when we check out NSS security/manager/.nss.checkout # Build directories /obj*/ # Build directories for js shell
--- a/.hgignore +++ b/.hgignore @@ -12,16 +12,17 @@ .[^/]*\.sw.$ # User files that may appear at the root ^\.mozconfig ^mozconfig* ^configure$ ^config\.cache$ ^config\.log$ +^\.clang_complete # Empty marker file that's generated when we check out NSS ^security/manager/\.nss\.checkout$ # Build directories ^obj # Build directories for js shell