.hgignore
author Pascal Volk <user@localhost.localdomain.org>
Sat, 01 Sep 2012 23:02:01 +0000
changeset 601 463b10c258d9
parent 580 b62210b96ea7
permissions -rw-r--r--
VMM: Decode localized numbers to the current encoding. That avoids UnicodeDecodeErrors since locale.format(%d) may return localized numbers, which contain NO-BREAK SPACE as the thousands separator.

# use glob syntax.
syntax: glob

*~
*.py?
.*.swp
.swp
build
debian/vmm
debian/*.log
debian/*.debhelper
debian/files
debian/*substvars
.pc
*.egg-info