Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/9665a6acdd53/.hgignore
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 10:21:01 2013
Кодировка:
allpy: 9665a6acdd53 .hgignore

allpy

view .hgignore @ 500:9665a6acdd53

allpy/structure: fix bugs * no not use yields * monomer has not .sequence and .column (!) attributes * set can not be treated with += * continuous_blocks() should return the last batch * continuous_blocks() has now min_width=1 parameter * set cannot be sorted with .sort()
author boris (netbook) <bnagaev@gmail.com>
date Tue, 22 Feb 2011 19:18:03 +0300
parents 807e1e71bc33
children 1f122b33073d
line source
1 syntax: glob
3 # Compiler-generated junk
4 *.pyc
5 build
6 output
7 *.o
8 blocks3d/wt/blocks3d-wt
9 debian/.dep
11 # Junk from text-editors
12 *.geany
13 *.swp
15 # Temporary files from sphinx
16 docs/build
18 # Temporary files from debianization
19 debian/python-allpy/
20 debian/blocks3d/
21 debian/blocks3d-wt/
22 debian/geometrical-core/
24 debian/*.substvars
25 debian/*.debhelper*
26 debian/*stamp*
27 debian/files
28 debian/control
29 debian/*.log
30 debian/*/*.log
31 debian/tmp/
32 debian/pycompat
33 *.deb
34 *.cdbs-config_list