~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Martin Pool
  • Date: 2005-08-05 19:23:12 UTC
  • Revision ID: mbp@sourcefrog.net-20050805192312-273968b3145cbcf6
- cleanup re-raise of exception

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## *.diff
 
2
./doc/*.html
 
3
./tutorial.html
1
4
*.py[oc]
2
 
# These are created as byproducts of our test suite
3
 
./test*.tmp
4
 
./.python-eggs
5
 
./.bzr.log
6
 
# Generated files
 
5
*~
 
6
.arch-ids
 
7
.bzr.profile
 
8
.arch-inventory
 
9
{arch}
7
10
CHANGELOG
8
 
# generated documents
 
11
bzr-test.log
9
12
bzr.1
10
 
MANIFEST
11
 
./doc/*.html
12
 
./doc/*/_build/
13
 
./doc/*/Makefile
14
 
./doc/*/make.bat
15
 
./tutorial.html
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
23
 
./doc/en/release-notes/index.txt
24
 
./doc/en/release-notes/NEWS.txt
25
 
BRANCH-INFO
26
 
# setup.py working directory
27
 
./build
28
 
./build-win32
29
 
./bzrlib/locale
30
 
# Editor temporary/working/backup files
31
 
*$
32
 
.*.sw[nop]
33
 
.sw[nop]
34
 
*~
35
 
[#]*#
36
 
.#*
37
 
./tags
38
 
./bzrlib/tags
39
 
./TAGS
40
 
# The shelf plugin uses this dir
41
 
./.shelf
42
 
# Mac droppings
43
 
.DS_Store
44
 
# win32 installer generated files
45
 
./doc/*.html
46
 
./doc/bzr_man.txt
47
 
./py2exe.log
48
 
./tools/win32/bzr.iss
49
 
./dist
50
 
# performance history data file
51
 
./.perf_history
52
 
# Pyrex
53
 
bzrlib/_annotator_pyx.c
54
 
bzrlib/_bencode_pyx.c
55
 
bzrlib/_btree_serializer_pyx.c
56
 
bzrlib/_chk_map_pyx.c
57
 
bzrlib/_chunks_to_lines_pyx.c
58
 
bzrlib/_dirstate_helpers_pyx.c
59
 
bzrlib/_groupcompress_pyx.c
60
 
bzrlib/_knit_load_data_pyx.c
61
 
bzrlib/_known_graph_pyx.c
62
 
bzrlib/_readdir_pyx.c
63
 
bzrlib/_rio_pyx.c
64
 
bzrlib/_simple_set_pyx.c
65
 
bzrlib/_simple_set_pyx.h
66
 
bzrlib/_simple_set_pyx_api.h
67
 
bzrlib/_walkdirs_win32.c
68
 
# built extension modules
69
 
bzrlib/_*.dll
70
 
bzrlib/_*.so
71
 
bzrlib/_*.pyd
72
 
./.ccache
73
 
.testrepository
 
13
,,*
 
14
testbzr.log
 
15
api
 
16
test.log
 
17
./tmp
 
18
build