~jelmer/brz/appveyor

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
*.py[oc]
# These are created as byproducts of our test suite
./test*.tmp
./.python-eggs
./breezy.egg-info
./.bzr.log
# Generated files
CHANGELOG
# generated documents
brz.1
MANIFEST
./doc/*.html
./doc/*/_build/
./doc/*/Makefile
./doc/*/make.bat
./tutorial.html
./build_doc_website
./html_docs
./pretty_docs
./api
./doc/**/*.html
./doc/developers/performance.png
./doc/en/user-reference/*.txt
./doc/en/release-notes/index.txt
./doc/en/release-notes/NEWS.txt
BRANCH-INFO
# setup.py working directory
./build
./build-win32
./breezy/locale
# Editor temporary/working/backup files
*$
.*.sw[nop]
.sw[nop]
*~
[#]*#
.#*
./tags
./breezy/tags
./TAGS
# The shelf plugin uses this dir
./.shelf
# Mac droppings
.DS_Store
# win32 installer generated files
./doc/*.html
./doc/brz_man.txt
./py2exe.log
./tools/win32/bzr.iss
./dist
# performance history data file
./.perf_history
# Pyrex
breezy/_annotator_pyx.c
breezy/_bencode_pyx.c
breezy/bzr/_btree_serializer_pyx.c
breezy/bzr/_chk_map_pyx.c
breezy/_chunks_to_lines_pyx.c
breezy/bzr/_dirstate_helpers_pyx.c
breezy/bzr/_groupcompress_pyx.c
breezy/bzr/_knit_load_data_pyx.c
breezy/_known_graph_pyx.c
breezy/_readdir_pyx.c
breezy/_rio_pyx.c
breezy/_simple_set_pyx.c
breezy/_simple_set_pyx.h
breezy/_simple_set_pyx_api.h
breezy/_walkdirs_win32.c
# built extension modules
breezy/_*.dll
breezy/_*.so
breezy/_*.pyd
./.ccache
.testrepository
selftest.log
.coverage
doc/developers/api/*.txt