~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: John Arbash Meinel
  • Date: 2009-08-17 18:52:01 UTC
  • mto: This revision was merged to the branch mainline in revision 4629.
  • Revision ID: john@arbash-meinel.com-20090817185201-5xmgwhtn9nv2p4h8
Fix bzrlib.missing to not directly load the graph, etc.

Look at bzrlib.annotate, but it needs to inject a node into the graph, which
isn't supported yet.

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
 
10
./doc/_build/
14
11
./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/index.txt
23
 
./doc/en/release-notes/NEWS.txt
24
12
BRANCH-INFO
25
13
# setup.py working directory
26
14
./build
47
35
./dist
48
36
# performance history data file
49
37
./.perf_history
50
 
# Pyrex
 
38
./html_docs
 
39
./pretty_docs
 
40
./api
 
41
doc/**/*.html
 
42
doc/developers/performance.png
51
43
bzrlib/_annotator_pyx.c
52
44
bzrlib/_bencode_pyx.c
53
45
bzrlib/_btree_serializer_pyx.c
59
51
bzrlib/_known_graph_pyx.c
60
52
bzrlib/_readdir_pyx.c
61
53
bzrlib/_rio_pyx.c
62
 
bzrlib/_simple_set_pyx.c
63
 
bzrlib/_simple_set_pyx.h
64
 
bzrlib/_simple_set_pyx_api.h
65
54
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
66
58
# built extension modules
67
59
bzrlib/_*.dll
68
60
bzrlib/_*.so
69
61
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
70
66
./.ccache
71
 
.testrepository