/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: Robert Collins
  • Date: 2006-09-10 23:42:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2000.
  • Revision ID: robertc@robertcollins.net-20060910234217-0ae24d8e666d60d6
All WorkingTree methods which write to the tree, but not to the branch
have been converted to use ``needs_tree_write_lock`` rather than 
``needs_write_lock``. Also converted is the revert, conflicts and tree
transform modules. This provides a modest performance improvement on 
metadir style trees, due to the reduce lock-acquisition, and a more
significant performance improvement on lightweight checkouts from 
remote branches, where trivial operations used to pay a significant 
penalty. It also provides the basis for allowing readonly checkouts.
(Robert Collins)

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]
32
19
[#]*#
33
20
.#*
34
21
./tags
35
 
./bzrlib/tags
36
 
./TAGS
37
22
# The shelf plugin uses this dir
38
23
./.shelf
39
24
# Mac droppings
40
25
.DS_Store
41
26
# win32 installer generated files
42
 
./doc/*.html
 
27
./doc/*.htm
43
28
./doc/bzr_man.txt
44
29
./py2exe.log
45
30
./tools/win32/bzr.iss
46
31
./dist
47
32
# performance history data file
48
 
./.perf_history
49
 
# 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
65
 
# built extension modules
66
 
bzrlib/_*.dll
67
 
bzrlib/_*.so
68
 
bzrlib/_*.pyd
69
 
./.ccache
70
 
.testrepository
 
33
./.perf_history
 
 
b'\\ No newline at end of file'