~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Robert Collins
  • Date: 2006-04-26 08:21:09 UTC
  • mto: (1686.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1687.
  • Revision ID: robertc@robertcollins.net-20060426082109-4dcd5b716ac322a1
Add a special cased weaves to knit converter.

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