Edgewall Software

TracProject/DefaultWikiPages: trac.hgignore

File trac.hgignore, 124 bytes (added by cboos, 3 months ago)

.hgignore file I use for mixed svn/hg trac working copies

Line 
1syntax: glob
2.svn/
3.trac/
4*~
5*.pyc
6build/
7dist/
8work/
9Trac.egg-info/
10*-patches/
11functional-testing.log
12testing.log
13testenv/