~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Joe Julian
  • Date: 2010-01-10 02:25:31 UTC
  • mto: (4634.119.7 2.0)
  • mto: This revision was merged to the branch mainline in revision 4959.
  • Revision ID: joe@julianfamily.org-20100110022531-wqk61rsagz8xsiga
Added MANIFEST.in to allow bdist_rpm to have all the required include files and tools. bdist_rpm will still fail to build correctly on some distributions due to a disttools bug http://bugs.python.org/issue644744

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
8
9
bzr.1
9
10
./doc/*.html
 
11
./doc/*/_build/
 
12
./doc/*/Makefile
 
13
./doc/*/make.bat
10
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/*.txt
11
23
BRANCH-INFO
12
24
# setup.py working directory
13
 
build
 
25
./build
 
26
./build-win32
14
27
# Editor temporary/working/backup files
15
28
*$
16
29
.*.sw[nop]
33
46
./dist
34
47
# performance history data file
35
48
./.perf_history
36
 
./html_docs
37
 
./pretty_docs
38
 
./api
39
 
doc/**/*.html
40
 
doc/developers/performance.png
41
 
bzrlib/_btree_serializer_c.c
 
49
# Pyrex
 
50
bzrlib/_annotator_pyx.c
 
51
bzrlib/_bencode_pyx.c
 
52
bzrlib/_btree_serializer_pyx.c
42
53
bzrlib/_chk_map_pyx.c
43
54
bzrlib/_chunks_to_lines_pyx.c
44
 
bzrlib/_dirstate_helpers_c.c
 
55
bzrlib/_dirstate_helpers_pyx.c
45
56
bzrlib/_groupcompress_pyx.c
46
 
bzrlib/_knit_load_data_c.c
 
57
bzrlib/_knit_load_data_pyx.c
 
58
bzrlib/_known_graph_pyx.c
47
59
bzrlib/_readdir_pyx.c
 
60
bzrlib/_rio_pyx.c
48
61
bzrlib/_walkdirs_win32.c
49
 
doc/en/release-notes/NEWS.txt
50
 
doc/en/developer-guide/HACKING.txt
51
 
doc/en/user-reference/bzr_man.txt
52
62
# built extension modules
53
63
bzrlib/_*.dll
54
64
bzrlib/_*.so
55
65
bzrlib/_*.pyd
56
 
# generated help topics
57
 
doc/en/user-reference/*.txt
58
 
./doc/en/user-guide/latex_prepared
59
 
./doc/en/user-guide/*.pdf
60
66
./.ccache