annotate .hgignore @ 572:a60cd29ba7e2

more docs update
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 10 Oct 2010 21:34:24 +0200
parents 100b0aea57c2
children a555d8345105
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
1
564e40829f80 initial commit.
Marcin Kuzminski
parents:
diff changeset
2 syntax: regexp
9
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
3 ^data$
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
4 ^\.settings$
058f63b6c2ff added hgignore
Marcin Kuzminski
parents: 0
diff changeset
5 ^\.project$
72
596eb21f61d5 ignore db file
Marcin Kuzminski <marcin@python-blog.com>
parents: 9
diff changeset
6 ^\.pydevproject$
548
b75b77ef649d renamed hg_app to rhodecode
Marcin Kuzminski <marcin@python-works.com>
parents: 460
diff changeset
7 ^rhodecode\.db$
460
92cacbcb5272 ignore test db
Marcin Kuzminski <marcin@python-works.com>
parents: 327
diff changeset
8 ^test\.db$
92cacbcb5272 ignore test db
Marcin Kuzminski <marcin@python-works.com>
parents: 327
diff changeset
9 ^repositories\.config$
554
100b0aea57c2 hgignore update
Marcin Kuzminski <marcin@python-works.com>
parents: 548
diff changeset
10 ^RhodeCode\.egg-info$