~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Martin Pool
  • Date: 2006-03-22 19:21:20 UTC
  • mto: (1668.1.8 bzr-0.8.mbp)
  • mto: This revision was merged to the branch mainline in revision 1710.
  • Revision ID: mbp@sourcefrog.net-20060322192120-133f1e99d4c79477
Update xmlrpc api

Prompt for user password when registering

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
9
 
./doc/*.html
10
 
./doc/_build/
11
 
./tutorial.html
12
 
BRANCH-INFO
13
 
# setup.py working directory
14
 
./build
15
 
./build-win32
16
 
# Editor temporary/working/backup files
17
 
*$
18
 
.*.sw[nop]
19
 
.sw[nop]
20
 
*~
21
 
[#]*#
22
 
.#*
23
 
./tags
24
 
./bzrlib/tags
25
 
./TAGS
26
 
# The shelf plugin uses this dir
27
 
./.shelf
28
 
# Mac droppings
29
 
.DS_Store
30
 
# win32 installer generated files
31
 
./doc/*.html
32
 
./doc/bzr_man.txt
33
 
./py2exe.log
34
 
./tools/win32/bzr.iss
35
 
./dist
36
 
# performance history data file
37
 
./.perf_history
38
 
./html_docs
39
 
./pretty_docs
40
 
./api
41
 
doc/**/*.html
42
 
doc/developers/performance.png
43
 
bzrlib/_annotator_pyx.c
44
 
bzrlib/_bencode_pyx.c
45
 
bzrlib/_btree_serializer_pyx.c
46
 
bzrlib/_chk_map_pyx.c
47
 
bzrlib/_chunks_to_lines_pyx.c
48
 
bzrlib/_dirstate_helpers_pyx.c
49
 
bzrlib/_groupcompress_pyx.c
50
 
bzrlib/_knit_load_data_pyx.c
51
 
bzrlib/_known_graph_pyx.c
52
 
bzrlib/_readdir_pyx.c
53
 
bzrlib/_rio_pyx.c
54
 
bzrlib/_static_tuple_interned_pyx.c
55
 
bzrlib/_static_tuple_interned_pyx.h
56
 
bzrlib/_static_tuple_interned_pyx_api.h
57
 
bzrlib/_walkdirs_win32.c
58
 
doc/en/release-notes/NEWS.txt
59
 
doc/en/developer-guide/HACKING.txt
60
 
doc/en/user-reference/bzr_man.txt
61
 
# built extension modules
62
 
bzrlib/_*.dll
63
 
bzrlib/_*.so
64
 
bzrlib/_*.pyd
65
 
# generated help topics
66
 
doc/en/user-reference/*.txt
67
 
./doc/en/user-guide/latex_prepared
68
 
./doc/en/user-guide/*.pdf
69
 
./.ccache