~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Florent Gallaire
  • Date: 2017-03-17 10:39:02 UTC
  • mto: This revision was merged to the branch mainline in revision 6622.
  • Revision ID: fgallaire@gmail.com-20170317103902-xsmafws9vn8rczx9
Fix for Windows and 32-bit platforms buggy gmtime().

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
./doc/*.html
2
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
# generated documents
 
9
bzr.1
 
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]
3
34
*~
4
 
.arch-ids
5
 
.bzr.profile
6
 
.arch-inventory
7
 
{arch}
8
 
CHANGELOG
9
 
bzr-test.log
10
 
,,*
 
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