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
|
|
4634.39.35
by Ian Clatworthy
put rules back in Makefile supporting plain-style docs |
8 |
# generated documents
|
1836.1.1
by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores. |
9 |
bzr.1 |
146
by mbp at sourcefrog
match ignore patterns like ./config.h |
10 |
./doc/*.html |
4634.39.5
by Ian Clatworthy
move Spanish doc into it's own website/chm file |
11 |
./doc/*/_build/ |
4634.39.25
by Ian Clatworthy
tweak ignores to exclude duplicates of doc-related Makefiles |
12 |
./doc/*/Makefile |
13 |
./doc/*/make.bat |
|
974.1.26
by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472 |
14 |
./tutorial.html |
4634.39.35
by Ian Clatworthy
put rules back in Makefile supporting plain-style docs |
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 |
|
1836.1.1
by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores. |
23 |
BRANCH-INFO |
24 |
# setup.py working directory
|
|
4580.5.3
by John Arbash Meinel
Change the Makefile to stage things into a build directory |
25 |
./build |
26 |
./build-win32 |
|
1836.1.1
by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores. |
27 |
# Editor temporary/working/backup files
|
28 |
*$
|
|
29 |
.*.sw[nop] |
|
30 |
.sw[nop] |
|
24
by mbp at sourcefrog
Add .bzrignore file |
31 |
*~
|
1836.1.2
by John Arbash Meinel
Add emacs ignores, remove old ignores |
32 |
[#]*# |
33 |
.#* |
|
1836.1.1
by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores. |
34 |
./tags |
2872.1.1
by Martin Pool
Add more ignored files |
35 |
./bzrlib/tags |
2625.11.2
by Martin Pool
Put back better rules for building ctags |
36 |
./TAGS |
1836.1.1
by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores. |
37 |
# The shelf plugin uses this dir
|
38 |
./.shelf |
|
39 |
# Mac droppings
|
|
40 |
.DS_Store |
|
1860.1.1
by Alexander Belchenko
merge with bzr.dev revno.1860 |
41 |
# win32 installer generated files
|
2666.2.1
by Alexander Belchenko
change generated documentation extension from htm to html |
42 |
./doc/*.html |
1860.1.1
by Alexander Belchenko
merge with bzr.dev revno.1860 |
43 |
./doc/bzr_man.txt |
44 |
./py2exe.log |
|
45 |
./tools/win32/bzr.iss |
|
46 |
./dist |
|
1819.1.6
by Jan Balster
added .perf-history to the ignore file |
47 |
# performance history data file
|
2054.2.15
by Aaron Bentley
Ignore html docs (both kinds) |
48 |
./.perf_history |
4634.39.35
by Ian Clatworthy
put rules back in Makefile supporting plain-style docs |
49 |
# Pyrex
|
4454.3.43
by John Arbash Meinel
Initial implementation of a Pyrex annotator. |
50 |
bzrlib/_annotator_pyx.c |
4398.5.4
by John Arbash Meinel
A bit of code restructuring. |
51 |
bzrlib/_bencode_pyx.c |
4459.2.1
by Vincent Ladeuil
Use a consistent scheme for naming pyrex source files. |
52 |
bzrlib/_btree_serializer_pyx.c |
4241.6.1
by Ian Clatworthy
chk_map code from brisbane-core |
53 |
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. |
54 |
bzrlib/_chunks_to_lines_pyx.c |
4459.2.1
by Vincent Ladeuil
Use a consistent scheme for naming pyrex source files. |
55 |
bzrlib/_dirstate_helpers_pyx.c |
3735.31.1
by John Arbash Meinel
Bring the groupcompress plugin into the brisbane-core branch. |
56 |
bzrlib/_groupcompress_pyx.c |
4459.2.1
by Vincent Ladeuil
Use a consistent scheme for naming pyrex source files. |
57 |
bzrlib/_knit_load_data_pyx.c |
4371.3.19
by John Arbash Meinel
Get an initial pyrex implementation. |
58 |
bzrlib/_known_graph_pyx.c |
1739.2.8
by Robert Collins
Update ignore for _readdir_pyx.c |
59 |
bzrlib/_readdir_pyx.c |
4354.3.17
by Jelmer Vernooij
Ignore rio_pyx output files. |
60 |
bzrlib/_rio_pyx.c |
4679.3.76
by John Arbash Meinel
Rename StaticTupleInterner => SimpleSet. |
61 |
bzrlib/_simple_set_pyx.c |
62 |
bzrlib/_simple_set_pyx.h |
|
63 |
bzrlib/_simple_set_pyx_api.h |
|
3504.4.8
by John Arbash Meinel
Some code cleanups. |
64 |
bzrlib/_walkdirs_win32.c |
2872.1.1
by Martin Pool
Add more ignored files |
65 |
# built extension modules
|
3696.3.10
by Robert Collins
Review feedback. |
66 |
bzrlib/_*.dll |
67 |
bzrlib/_*.so |
|
68 |
bzrlib/_*.pyd |
|
4062.2.2
by Jelmer Vernooij
Ignore .ccache only in the root. |
69 |
./.ccache |
5127.1.5
by Martin Pool
ignore .testrepository |
70 |
.testrepository |