~bzr/bzr-windows-installers/2.0

1 by Ian Clatworthy
First cut at pulling the Windows installer out of the core
1
# Compiled python files
2
*.py[oc]
3
# Working directories for building installers
4
./build
5
./build-win32
6
# Editor temporary/working/backup files
7
*$
8
.*.sw[nop]
9
.sw[nop]
10
*~
11
[#]*#
12
.#*
13
# The shelf plugin uses this dir
14
./.shelf
15
# Mac droppings
16
.DS_Store
17
# Installer generated files
18
./py2exe.log
19
./tools/win32/bzr.iss
20
./dist