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