~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-05-04 03:45:56 UTC
  • mfrom: (2476.2.1 install_bundle_performance)
  • Revision ID: pqm@pqm.ubuntu.com-20070504034556-wzcw478l7qkppkq0
(John Arbash Meinel) make 'install_bundle' significantly faster by only validating the revisions 1 time, rather than validating all revisions n times.

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/index.txt
23
 
./doc/en/release-notes/NEWS.txt
24
11
BRANCH-INFO
25
12
# setup.py working directory
26
 
./build
27
 
./build-win32
28
 
./bzrlib/locale
 
13
build
29
14
# Editor temporary/working/backup files
30
15
*$
31
16
.*.sw[nop]
34
19
[#]*#
35
20
.#*
36
21
./tags
37
 
./bzrlib/tags
38
 
./TAGS
39
22
# The shelf plugin uses this dir
40
23
./.shelf
41
24
# Mac droppings
42
25
.DS_Store
43
26
# win32 installer generated files
44
 
./doc/*.html
 
27
./doc/*.htm
45
28
./doc/bzr_man.txt
46
29
./py2exe.log
47
30
./tools/win32/bzr.iss
48
31
./dist
49
32
# performance history data file
50
33
./.perf_history
51
 
# Pyrex
52
 
bzrlib/_annotator_pyx.c
53
 
bzrlib/_bencode_pyx.c
54
 
bzrlib/_btree_serializer_pyx.c
55
 
bzrlib/_chk_map_pyx.c
56
 
bzrlib/_chunks_to_lines_pyx.c
57
 
bzrlib/_dirstate_helpers_pyx.c
58
 
bzrlib/_groupcompress_pyx.c
59
 
bzrlib/_knit_load_data_pyx.c
60
 
bzrlib/_known_graph_pyx.c
61
 
bzrlib/_readdir_pyx.c
62
 
bzrlib/_rio_pyx.c
63
 
bzrlib/_simple_set_pyx.c
64
 
bzrlib/_simple_set_pyx.h
65
 
bzrlib/_simple_set_pyx_api.h
66
 
bzrlib/_walkdirs_win32.c
67
 
# built extension modules
68
 
bzrlib/_*.dll
69
 
bzrlib/_*.so
70
 
bzrlib/_*.pyd
71
 
./.ccache
72
 
.testrepository
 
34
./html_docs
 
35
./pretty_docs
 
36
./api