annotate .hgignore @ 3141:a45191e7c7bb beta

access control: fix owner checks - they were always true The lambda expressions seems to be left over from something else. They were no longer executed and thus always evaluated to true. Some of the functions also failed if they were executed.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jan 2013 13:56:44 +0100
parents 33d63f5cc48c
children a5f0bc867edc bd39c1f70e35
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
1971
3dd89d30cd28 ignore sqlite files
Marcin Kuzminski <marcin@python-works.com>
parents: 1893
diff changeset
4 *.sqlite
2555
b5c57e2176dc ignore tox stuff
Marcin Kuzminski <marcin@python-works.com>
parents: 2379
diff changeset
5 *.tox
1833
aa4423c82c23 hg ignore Paste*.egg
Aras Pranckevicius <aras@unity3d.com>
parents: 1589
diff changeset
6 Paste*.egg
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
7
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
8 syntax: regexp
2106
95f1ed68cac1 ignore rcextensions
Marcin Kuzminski <marcin@python-works.com>
parents: 2007
diff changeset
9 ^rcextensions
848
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
10 ^build
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
11 ^docs/build/
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
12 ^docs/_build/
9
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
13 ^data$
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
14 ^\.settings$
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
15 ^\.project$
72
596eb21f61d5 ignore db file
Marcin Kuzminski <marcin@python-blog.com>
parents: 9
diff changeset
16 ^\.pydevproject$
1893
27c8836e6356 ignore coverage and my local dev.ini file
Marcin Kuzminski <marcin@python-works.com>
parents: 1833
diff changeset
17 ^\.coverage$
548
b75b77ef649d renamed hg_app to rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 460
diff changeset
18 ^rhodecode\.db$
460
92cacbcb5272 ignore test db
Marcin Kuzminski <marcin@python-works.com>
parents: 327
diff changeset
19 ^test\.db$
848
a555d8345105 Small hgignore update
Lukasz Balcerzak <lukasz.balcerzak@python-center.org>
parents: 554
diff changeset
20 ^RhodeCode\.egg-info$
3051
33d63f5cc48c fixed ignore of dev .ini files
Marcin Kuzminski <marcin@python-works.com>
parents: 2555
diff changeset
21 ^rc.*\.ini$
2007
324ac367a4da Added VCS into rhodecode core for faster and easier deployments of new versions
Marcin Kuzminski <marcin@python-works.com>
parents: 1971
diff changeset
22 ^fabfile.py
2379
7ac09514a178 created rhodecode-api binary script for working with api via cli
Marcin Kuzminski <marcin@python-works.com>
parents: 2106
diff changeset
23 ^\.rhodecode$