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

allpy

view .hgignore @ 889:32808e442d93

Geometrical core improvement: ignore cores, owned by one SS element * add argument ignore_one_ss to geometrical_cores() method (=True) * add argument ignore_one_ss to other methods of structure, calling geometrical_cores() (=True) * add command line option to blocks3d, geometrical_core, pair_cores (=False) * remove xyz_only=True from pair_cores, since secondary structure determiner needs structures to be loaded This have not been tested! close #119
author Boris Nagaev <bnagaev@gmail.com>
date Sun, 18 Sep 2011 16:32:59 +0400
parents 0dbbf6403b7f
children e7760fc574b5
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
10 .coverage
12 # Junk from text-editors
13 *.geany
14 *.swp
16 # Hand-generated temporary files
17 temp
18 temp.*
20 # Permananent and useful autogenerated stuff
21 allpy/data/codes.py
23 # Temporary files from building
24 allpy/data/components.cif
25 blocks3d/www/input/conservative_groups.js
26 blocks3d/www/input/crc32.js
27 blocks3d/www/input/utf8_encode.js
28 blocks3d/www/input/dechex.js
29 blocks3d/www/input/json2.js
30 blocks3d/wt/files/js
31 blocks3d/wt/files/resources
32 blocks3d/html.htm
33 pair_cores/html.htm
34 *.zip
36 # Temporary files from sphinx
37 docs/build
39 # Temporary files from debianization
40 debian/python-allpy/
41 debian/blocks3d/
42 debian/blocks3d-wt/
43 debian/geometrical-core2/
45 debian/bin/
46 debian/*.substvars
47 debian/*.debhelper*
48 debian/*stamp*
49 debian/files
50 debian/control
51 debian/*.log
52 debian/*/*.log
53 debian/tmp/
54 debian/pycompat
55 *.deb
56 *.cdbs-config_list