~ian-clatworthy/bzr/faster-log.old

1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
1
*.py[oc]
2
# These are created as byproducts of our test suite
3
./test*.tmp
4
./.python-eggs
5
./.bzr.log
6
# Generated files
7
CHANGELOG
8
bzr.1
146 by mbp at sourcefrog
match ignore patterns like ./config.h
9
./doc/*.html
974.1.26 by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472
10
./tutorial.html
1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
11
BRANCH-INFO
12
# setup.py working directory
13
build
14
# Editor temporary/working/backup files
15
*$
16
.*.sw[nop]
17
.sw[nop]
24 by mbp at sourcefrog
Add .bzrignore file
18
*~
1836.1.2 by John Arbash Meinel
Add emacs ignores, remove old ignores
19
[#]*#
20
.#*
1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
21
./tags
2872.1.1 by Martin Pool
Add more ignored files
22
./bzrlib/tags
2625.11.2 by Martin Pool
Put back better rules for building ctags
23
./TAGS
1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
24
# The shelf plugin uses this dir
25
./.shelf
26
# Mac droppings
27
.DS_Store
1860.1.1 by Alexander Belchenko
merge with bzr.dev revno.1860
28
# win32 installer generated files
2666.2.1 by Alexander Belchenko
change generated documentation extension from htm to html
29
./doc/*.html
1860.1.1 by Alexander Belchenko
merge with bzr.dev revno.1860
30
./doc/bzr_man.txt
31
./py2exe.log
32
./tools/win32/bzr.iss
33
./dist
1819.1.6 by Jan Balster
added .perf-history to the ignore file
34
# performance history data file
2054.2.15 by Aaron Bentley
Ignore html docs (both kinds)
35
./.perf_history
36
./html_docs
37
./pretty_docs
2399.1.1 by John Arbash Meinel
Update Makefile to add 'make api-docs' using pydoctor
38
./api
2666.2.1 by Alexander Belchenko
change generated documentation extension from htm to html
39
doc/**/*.html
2522.3.1 by Robert Collins
Draft proposed integration order for performance changes.
40
doc/developers/performance.png
3641.3.30 by John Arbash Meinel
Rename _parse_btree to _btree_serializer
41
bzrlib/_btree_serializer_c.c
4241.6.1 by Ian Clatworthy
chk_map code from brisbane-core
42
bzrlib/_chk_map_pyx.c
3890.2.7 by John Arbash Meinel
A Pyrex extension is about 5x faster than the fastest python code I could write.
43
bzrlib/_chunks_to_lines_pyx.c
2474.1.57 by John Arbash Meinel
Move code around to refactor according to our pyrex extension design.
44
bzrlib/_dirstate_helpers_c.c
3735.31.1 by John Arbash Meinel
Bring the groupcompress plugin into the brisbane-core branch.
45
bzrlib/_groupcompress_pyx.c
2484.1.12 by John Arbash Meinel
Switch the layout to use a matching _knit_load_data_py.py and _knit_load_data_c.pyx
46
bzrlib/_knit_load_data_c.c
1739.2.8 by Robert Collins
Update ignore for _readdir_pyx.c
47
bzrlib/_readdir_pyx.c
4354.3.17 by Jelmer Vernooij
Ignore rio_pyx output files.
48
bzrlib/_rio_pyx.c
3504.4.8 by John Arbash Meinel
Some code cleanups.
49
bzrlib/_walkdirs_win32.c
2691.1.4 by Ian Clatworthy
teach Makefile and .bzrignore re new doc structure
50
doc/en/release-notes/NEWS.txt
51
doc/en/developer-guide/HACKING.txt
52
doc/en/user-reference/bzr_man.txt
2872.1.1 by Martin Pool
Add more ignored files
53
# built extension modules
3696.3.10 by Robert Collins
Review feedback.
54
bzrlib/_*.dll
55
bzrlib/_*.so
56
bzrlib/_*.pyd
3089.3.16 by Ian Clatworthy
Dump help topics into text files in doc/en/user-reference
57
# generated help topics
58
doc/en/user-reference/*.txt
4000.4.1 by Colin D Bennett
Generate PDF version of the User Guide.
59
./doc/en/user-guide/latex_prepared
4000.4.3 by Colin D Bennett
Ignore all generated PDFs, not just the A4 size document.
60
./doc/en/user-guide/*.pdf
4062.2.2 by Jelmer Vernooij
Ignore .ccache only in the root.
61
./.ccache