changed hgignore, cause it didn't ignore my private and build folder.
authorchrislovsund@netbeans.org
Thu, 22 Sep 2011 15:51:51 +0200
changeset 240fe2f4b9dd06
parent 23 22b83c0d3920
child 25 507670718d81
child 26 c0f359bcd2fa
changed hgignore, cause it didn't ignore my private and build folder.
.hgignore
     1.1 --- a/.hgignore	Thu Sep 22 15:46:11 2011 +0200
     1.2 +++ b/.hgignore	Thu Sep 22 15:51:51 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  ~$
     1.5 -/build$
     1.6 +build$
     1.7  /dist$
     1.8 -/nbproject/private$
     1.9 +nbproject/private$
    1.10  /nbproject/sqe.properties$
    1.11  /nbproject/findbugs.settings$
    1.12  /test/(coverage|lib|results|work)$