diff .hgignore @ 1584:3338a0994472 beta

Improve API with user/group/repo CRUD methods
author Nicolas VINOT <aeris@imirhil.fr>
date Sat, 01 Oct 2011 16:34:07 +0200
parents a555d8345105
children 307ec693bdf2
line wrap: on
line diff
--- a/.hgignore	Sun Oct 02 02:06:23 2011 +0200
+++ b/.hgignore	Sat Oct 01 16:34:07 2011 +0200
@@ -1,6 +1,8 @@
 syntax: glob
 *.pyc
 *.swp
+*.ini
+Paste*
 
 syntax: regexp
 ^build
@@ -14,3 +16,4 @@
 ^test\.db$
 ^repositories\.config$
 ^RhodeCode\.egg-info$
+^env$