annotate .hgignore @ 1586:2ccb32ddcfd7 beta

Add API for repositories and groups (creation, permission)
author Nicolas VINOT <aeris@imirhil.fr>
date Sun, 02 Oct 2011 17:39:52 +0200
parents 3338a0994472
children 307ec693bdf2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
848
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
1 syntax: glob
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
2 *.pyc
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
3 *.swp
1584
3338a0994472 Improve API with user/group/repo CRUD methods
Nicolas VINOT <aeris@imirhil.fr>
parents: 848
diff changeset
4 *.ini
3338a0994472 Improve API with user/group/repo CRUD methods
Nicolas VINOT <aeris@imirhil.fr>
parents: 848
diff changeset
5 Paste*
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
6
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
7 syntax: regexp
848
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
8 ^build
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
9 ^docs/build/
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
10 ^docs/_build/
9
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
11 ^data$
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
12 ^\.settings$
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
13 ^\.project$
72
596eb21f61d5 ignore db file
Marcin Kuzminski <marcin@python-blog.com>
parents: 9
diff changeset
14 ^\.pydevproject$
548
b75b77ef649d renamed hg_app to rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 460
diff changeset
15 ^rhodecode\.db$
460
92cacbcb5272 ignore test db
Marcin Kuzminski <marcin@python-works.com>
parents: 327
diff changeset
16 ^test\.db$
92cacbcb5272 ignore test db
Marcin Kuzminski <marcin@python-works.com>
parents: 327
diff changeset
17 ^repositories\.config$
848
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
18 ^RhodeCode\.egg-info$
1584
3338a0994472 Improve API with user/group/repo CRUD methods
Nicolas VINOT <aeris@imirhil.fr>
parents: 848
diff changeset
19 ^env$