~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: John Arbash Meinel
  • Date: 2010-08-24 19:21:32 UTC
  • mto: This revision was merged to the branch mainline in revision 5390.
  • Revision ID: john@arbash-meinel.com-20100824192132-2ktt5adkbk5bk1ct
Handle test_source and extensions. Also define an 'extern' protocol, to allow
the test suite to recognize that returning an object of that type is a Python object.

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
8
9
bzr.1
9
10
./doc/*.html
10
 
./doc/_build/
 
11
./doc/*/_build/
 
12
./doc/*/Makefile
 
13
./doc/*/make.bat
11
14
./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
12
23
BRANCH-INFO
13
24
# setup.py working directory
14
25
./build
35
46
./dist
36
47
# performance history data file
37
48
./.perf_history
38
 
./html_docs
39
 
./pretty_docs
40
 
./api
41
 
doc/**/*.html
42
 
doc/developers/performance.png
 
49
# Pyrex
43
50
bzrlib/_annotator_pyx.c
44
51
bzrlib/_bencode_pyx.c
45
52
bzrlib/_btree_serializer_pyx.c
51
58
bzrlib/_known_graph_pyx.c
52
59
bzrlib/_readdir_pyx.c
53
60
bzrlib/_rio_pyx.c
 
61
bzrlib/_simple_set_pyx.c
 
62
bzrlib/_simple_set_pyx.h
 
63
bzrlib/_simple_set_pyx_api.h
54
64
bzrlib/_walkdirs_win32.c
55
 
doc/en/release-notes/NEWS.txt
56
 
doc/en/developer-guide/HACKING.txt
57
 
doc/en/user-reference/bzr_man.txt
58
65
# built extension modules
59
66
bzrlib/_*.dll
60
67
bzrlib/_*.so
61
68
bzrlib/_*.pyd
62
 
# generated help topics
63
 
doc/en/user-reference/*.txt
64
 
./doc/en/user-guide/latex_prepared
65
 
./doc/en/user-guide/*.pdf
66
69
./.ccache
 
70
.testrepository