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