~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Ian Clatworthy
  • Date: 2009-05-19 00:20:46 UTC
  • mto: (4376.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4377.
  • Revision ID: ian.clatworthy@canonical.com-20090519002046-qfxrlf4d73upe1h8
apply jam's review feedback

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
./.bzr.log
6
6
# Generated files
7
7
CHANGELOG
8
 
# generated documents
9
8
bzr.1
10
9
./doc/*.html
11
 
./doc/*/_build/
12
 
./doc/*/Makefile
13
 
./doc/*/make.bat
14
10
./tutorial.html
15
 
./build_doc_website
16
 
./html_docs
17
 
./pretty_docs
18
 
./api
19
 
./doc/**/*.html
20
 
./doc/developers/performance.png
21
 
./doc/en/user-reference/*.txt
22
 
./doc/en/release-notes/*.txt
23
11
BRANCH-INFO
24
12
# setup.py working directory
25
 
./build
26
 
./build-win32
 
13
build
27
14
# Editor temporary/working/backup files
28
15
*$
29
16
.*.sw[nop]
46
33
./dist
47
34
# performance history data file
48
35
./.perf_history
49
 
# Pyrex
50
 
bzrlib/_annotator_pyx.c
51
 
bzrlib/_bencode_pyx.c
52
 
bzrlib/_btree_serializer_pyx.c
 
36
./html_docs
 
37
./pretty_docs
 
38
./api
 
39
doc/**/*.html
 
40
doc/developers/performance.png
 
41
bzrlib/_btree_serializer_c.c
53
42
bzrlib/_chk_map_pyx.c
54
43
bzrlib/_chunks_to_lines_pyx.c
55
 
bzrlib/_dirstate_helpers_pyx.c
 
44
bzrlib/_dirstate_helpers_c.c
56
45
bzrlib/_groupcompress_pyx.c
57
 
bzrlib/_knit_load_data_pyx.c
58
 
bzrlib/_known_graph_pyx.c
 
46
bzrlib/_knit_load_data_c.c
59
47
bzrlib/_readdir_pyx.c
60
48
bzrlib/_rio_pyx.c
61
 
bzrlib/_simple_set_pyx.c
62
 
bzrlib/_simple_set_pyx.h
63
 
bzrlib/_simple_set_pyx_api.h
64
49
bzrlib/_walkdirs_win32.c
 
50
doc/en/release-notes/NEWS.txt
 
51
doc/en/developer-guide/HACKING.txt
 
52
doc/en/user-reference/bzr_man.txt
65
53
# built extension modules
66
54
bzrlib/_*.dll
67
55
bzrlib/_*.so
68
56
bzrlib/_*.pyd
 
57
# generated help topics
 
58
doc/en/user-reference/*.txt
 
59
./doc/en/user-guide/latex_prepared
 
60
./doc/en/user-guide/*.pdf
69
61
./.ccache
70
 
.testrepository