~bzr-pqm/bzr/bzr.dev

1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
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
bzr.1
146 by mbp at sourcefrog
match ignore patterns like ./config.h
9
./doc/*.html
974.1.26 by aaron.bentley at utoronto
merged mbp@sourcefrog.net-20050817233101-0939da1cf91f2472
10
./tutorial.html
1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
11
BRANCH-INFO
12
# setup.py working directory
13
build
14
# Editor temporary/working/backup files
15
*$
16
.*.sw[nop]
17
.sw[nop]
24 by mbp at sourcefrog
Add .bzrignore file
18
*~
1836.1.2 by John Arbash Meinel
Add emacs ignores, remove old ignores
19
[#]*#
20
.#*
1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
21
./tags
2872.1.1 by Martin Pool
Add more ignored files
22
./bzrlib/tags
2625.11.2 by Martin Pool
Put back better rules for building ctags
23
./TAGS
1836.1.1 by John Arbash Meinel
Cleanup .bzrignore, and include some useful ignores.
24
# The shelf plugin uses this dir
25
./.shelf
26
# Mac droppings
27
.DS_Store
1860.1.1 by Alexander Belchenko
merge with bzr.dev revno.1860
28
# win32 installer generated files
2666.2.1 by Alexander Belchenko
change generated documentation extension from htm to html
29
./doc/*.html
1860.1.1 by Alexander Belchenko
merge with bzr.dev revno.1860
30
./doc/bzr_man.txt
31
./py2exe.log
32
./tools/win32/bzr.iss
33
./dist
1819.1.6 by Jan Balster
added .perf-history to the ignore file
34
# performance history data file
2054.2.15 by Aaron Bentley
Ignore html docs (both kinds)
35
./.perf_history
36
./html_docs
37
./pretty_docs
2399.1.1 by John Arbash Meinel
Update Makefile to add 'make api-docs' using pydoctor
38
./api
2666.2.1 by Alexander Belchenko
change generated documentation extension from htm to html
39
doc/**/*.html
2522.3.1 by Robert Collins
Draft proposed integration order for performance changes.
40
doc/developers/performance.png
2474.1.57 by John Arbash Meinel
Move code around to refactor according to our pyrex extension design.
41
bzrlib/_dirstate_helpers_c.c
2484.1.12 by John Arbash Meinel
Switch the layout to use a matching _knit_load_data_py.py and _knit_load_data_c.pyx
42
bzrlib/_knit_load_data_c.c
2691.1.4 by Ian Clatworthy
teach Makefile and .bzrignore re new doc structure
43
doc/en/release-notes/NEWS.txt
44
doc/en/developer-guide/HACKING.txt
45
doc/en/user-reference/bzr_man.txt
2872.1.1 by Martin Pool
Add more ignored files
46
# built extension modules
3224.1.1 by John Arbash Meinel
ignore .dll for cygwin
47
bzrlib/_*_c.dll
2872.1.1 by Martin Pool
Add more ignored files
48
bzrlib/_*_c.so
2872.1.2 by Martin Pool
Ignore .pyd files in bzr tree (windows C extensions)
49
bzrlib/_*_c.pyd
3089.3.16 by Ian Clatworthy
Dump help topics into text files in doc/en/user-reference
50
# generated help topics
51
doc/en/user-reference/*.txt