~bzr-pqm/bzr/bzr.dev

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
4557.3.1 by Ian Clatworthy
Core website & navigation working
10
./doc/_build/
974.1.26 by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472
11
./tutorial.html
1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
12
BRANCH-INFO
13
# setup.py working directory
4580.5.3 by John Arbash Meinel
Change the Makefile to stage things into a build directory
14
./build
15
./build-win32
1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
16
# Editor temporary/working/backup files
17
*$
18
.*.sw[nop]
19
.sw[nop]
24 by mbp at sourcefrog
Add .bzrignore file
20
*~
1836.1.2 by John Arbash Meinel
Add emacs ignores, remove old ignores
21
[#]*#
22
.#*
1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
23
./tags
2872.1.1 by Martin Pool
Add more ignored files
24
./bzrlib/tags
2625.11.2 by Martin Pool
Put back better rules for building ctags
25
./TAGS
1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
26
# The shelf plugin uses this dir
27
./.shelf
28
# Mac droppings
29
.DS_Store
1860.1.1 by Alexander Belchenko
merge with bzr.dev revno.1860
30
# win32 installer generated files
2666.2.1 by Alexander Belchenko
change generated documentation extension from htm to html
31
./doc/*.html
1860.1.1 by Alexander Belchenko
merge with bzr.dev revno.1860
32
./doc/bzr_man.txt
33
./py2exe.log
34
./tools/win32/bzr.iss
35
./dist
1819.1.6 by Jan Balster
added .perf-history to the ignore file
36
# performance history data file
2054.2.15 by Aaron Bentley
Ignore html docs (both kinds)
37
./.perf_history
38
./html_docs
39
./pretty_docs
2399.1.1 by John Arbash Meinel
Update Makefile to add 'make api-docs' using pydoctor
40
./api
2666.2.1 by Alexander Belchenko
change generated documentation extension from htm to html
41
doc/**/*.html
2522.3.1 by Robert Collins
Draft proposed integration order for performance changes.
42
doc/developers/performance.png
4454.3.43 by John Arbash Meinel
Initial implementation of a Pyrex annotator.
43
bzrlib/_annotator_pyx.c
4398.5.4 by John Arbash Meinel
A bit of code restructuring.
44
bzrlib/_bencode_pyx.c
4459.2.1 by Vincent Ladeuil
Use a consistent scheme for naming pyrex source files.
45
bzrlib/_btree_serializer_pyx.c
4241.6.1 by Ian Clatworthy
chk_map code from brisbane-core
46
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.
47
bzrlib/_chunks_to_lines_pyx.c
4459.2.1 by Vincent Ladeuil
Use a consistent scheme for naming pyrex source files.
48
bzrlib/_dirstate_helpers_pyx.c
3735.31.1 by John Arbash Meinel
Bring the groupcompress plugin into the brisbane-core branch.
49
bzrlib/_groupcompress_pyx.c
4459.2.1 by Vincent Ladeuil
Use a consistent scheme for naming pyrex source files.
50
bzrlib/_knit_load_data_pyx.c
4371.3.19 by John Arbash Meinel
Get an initial pyrex implementation.
51
bzrlib/_known_graph_pyx.c
1739.2.8 by Robert Collins
Update ignore for _readdir_pyx.c
52
bzrlib/_readdir_pyx.c
4354.3.17 by Jelmer Vernooij
Ignore rio_pyx output files.
53
bzrlib/_rio_pyx.c
3504.4.8 by John Arbash Meinel
Some code cleanups.
54
bzrlib/_walkdirs_win32.c
2691.1.4 by Ian Clatworthy
teach Makefile and .bzrignore re new doc structure
55
doc/en/release-notes/NEWS.txt
56
doc/en/developer-guide/HACKING.txt
57
doc/en/user-reference/bzr_man.txt
2872.1.1 by Martin Pool
Add more ignored files
58
# built extension modules
3696.3.10 by Robert Collins
Review feedback.
59
bzrlib/_*.dll
60
bzrlib/_*.so
61
bzrlib/_*.pyd
3089.3.16 by Ian Clatworthy
Dump help topics into text files in doc/en/user-reference
62
# generated help topics
63
doc/en/user-reference/*.txt
4000.4.1 by Colin D Bennett
Generate PDF version of the User Guide.
64
./doc/en/user-guide/latex_prepared
4000.4.3 by Colin D Bennett
Ignore all generated PDFs, not just the A4 size document.
65
./doc/en/user-guide/*.pdf
4062.2.2 by Jelmer Vernooij
Ignore .ccache only in the root.
66
./.ccache