author | Jens Mueller <blog@tessarakt.de> |
Wed, 22 May 2013 09:55:01 -0400 | |
changeset 15645 | f72a402177d5134e2af86a02a7eb6fa4b4d3cf01 |
parent 15644 | 36be1bd38b3c5f0269a7e191f918ab8c47612e7d |
child 15646 | 72bf76257a34fb09544b81234e043134a6db6f01 |
push id | 942 |
push user | bugzilla@standard8.plus.com |
push date | Mon, 05 Aug 2013 19:15:38 +0000 |
treeherder | comm-beta@0e1a1c4a9f0c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Callek |
bugs | 874101 |
--- a/.hgignore +++ b/.hgignore @@ -22,8 +22,19 @@ # Build directories ^obj- ^objdir- # directories we check out from other repositories ^directory/c-sdk$ ^mozilla$ ^.mozilla-trunk$ + +# SVN directories +\.svn/ + +# Git repositories +.git/ + +# Ignore the files and directory that Eclipse IDE creates +\.project$ +\.cproject$ +\.settings/