~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Tarmac
  • Author(s): Vincent Ladeuil
  • Date: 2017-01-30 14:42:05 UTC
  • mfrom: (6620.1.1 trunk)
  • Revision ID: tarmac-20170130144205-r8fh2xpmiuxyozpv
Merge  2.7 into trunk including fix for bug #1657238 [r=vila]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## *.diff
2
 
./doc/*.html
3
1
*.py[oc]
4
 
*~
5
 
.arch-ids
6
 
.bzr.profile
7
 
.arch-inventory
8
 
{arch}
 
2
# These are created as byproducts of our test suite
 
3
./test*.tmp
 
4
./.python-eggs
 
5
./.bzr.log
 
6
# Generated files
9
7
CHANGELOG
10
 
bzr-test.log
 
8
# generated documents
11
9
bzr.1
12
 
,,*
13
 
testbzr.log
14
 
api
 
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