~vila/bzr/687315-lazr-uri

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