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

allpy

view .hgignore @ 198:bae30e5037b1

Added rules for building Debian packages. Also, modified .hgignore to hide all of the debian-generated junk. The debianisation is still to be tested.
author Daniil Alexeyevsky <me.dendik@gmail.com>
date Mon, 22 Nov 2010 13:43:23 +0300
parents f6db5f284ee3
children 85db5a070096
line source
1 syntax: glob
3 # Compiler-generated junk
4 *.pyc
5 build
7 # Junk from text-editors
8 *.geany
9 *.swp
11 # Temporary files from debianization
12 debian/python-allpy/
13 debian/geometrical-core/
14 debian/*.substvars
15 debian/*.debhelper*
16 debian/*stamp*
17 debian/files
18 debian/control
19 debian/*.log
20 debian/*/*.log
21 debian/tmp/
22 debian/pycompat
23 *.deb
24 *.cdbs-config_list