~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Andrew Bennetts
  • Date: 2009-08-05 02:12:22 UTC
  • mto: This revision was merged to the branch mainline in revision 4608.
  • Revision ID: andrew.bennetts@canonical.com-20090805021222-t5y7crtvdv4tczn2
Undo changes that aren't needed anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
./.bzr.log
6
6
# Generated files
7
7
CHANGELOG
8
 
# generated documents
9
8
bzr.1
10
9
./doc/*.html
11
 
./doc/*/_build/
12
 
./doc/*/Makefile
13
 
./doc/*/make.bat
 
10
./doc/_build/
14
11
./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
24
12
BRANCH-INFO
25
13
# setup.py working directory
26
 
./build
27
 
./build-win32
 
14
build
28
15
# Editor temporary/working/backup files
29
16
*$
30
17
.*.sw[nop]
47
34
./dist
48
35
# performance history data file
49
36
./.perf_history
50
 
# Pyrex
 
37
./html_docs
 
38
./pretty_docs
 
39
./api
 
40
doc/**/*.html
 
41
doc/developers/performance.png
51
42
bzrlib/_annotator_pyx.c
52
43
bzrlib/_bencode_pyx.c
53
44
bzrlib/_btree_serializer_pyx.c
59
50
bzrlib/_known_graph_pyx.c
60
51
bzrlib/_readdir_pyx.c
61
52
bzrlib/_rio_pyx.c
62
 
bzrlib/_simple_set_pyx.c
63
 
bzrlib/_simple_set_pyx.h
64
 
bzrlib/_simple_set_pyx_api.h
65
53
bzrlib/_walkdirs_win32.c
 
54
doc/en/release-notes/NEWS.txt
 
55
doc/en/developer-guide/HACKING.txt
 
56
doc/en/user-reference/bzr_man.txt
66
57
# built extension modules
67
58
bzrlib/_*.dll
68
59
bzrlib/_*.so
69
60
bzrlib/_*.pyd
 
61
# generated help topics
 
62
doc/en/user-reference/*.txt
 
63
./doc/en/user-guide/latex_prepared
 
64
./doc/en/user-guide/*.pdf
70
65
./.ccache
71
 
.testrepository