/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

  • Committer: Jelmer Vernooij
  • Date: 2020-03-22 19:12:43 UTC
  • mfrom: (7490.7.6 work)
  • mto: (7490.7.7 work)
  • mto: This revision was merged to the branch mainline in revision 7501.
  • Revision ID: jelmer@jelmer.uk-20200322191243-yx8ils8lvfmfh7rq
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

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