/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to .bzrignore

merge merge tweaks from aaron, which includes latest .dev

Show diffs side-by-side

added added

removed removed

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