~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: Robert Collins
  • Date: 2005-10-11 07:00:25 UTC
  • mto: This revision was merged to the branch mainline in revision 1443.
  • Revision ID: robertc@robertcollins.net-20051011070025-bac6b53cb6186dfd
create a config module - there is enough config logic to make this worthwhile, and start testing config processing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## *.diff
 
2
./doc/*.html
 
3
./tutorial.html
1
4
*.py[oc]
2
 
# These are created as byproducts of our test suite
3
 
./test*.tmp
4
 
./.python-eggs
5
 
./.bzr.log
6
 
# Generated files
 
5
*~
 
6
.arch-ids
 
7
.bzr.profile
 
8
.arch-inventory
 
9
{arch}
7
10
CHANGELOG
 
11
bzr-test.log
8
12
bzr.1
9
 
./doc/*.html
10
 
./tutorial.html
11
 
BRANCH-INFO
12
 
# setup.py working directory
 
13
,,*
 
14
testbzr.log
 
15
api
 
16
test.log
 
17
./tmp
13
18
build
14
 
# Editor temporary/working/backup files
15
 
*$
16
 
.*.sw[nop]
17
 
.sw[nop]
18
 
*~
19
 
[#]*#
20
 
.#*
 
19
./ID
21
20
./tags
22
 
# The shelf plugin uses this dir
23
 
./.shelf
24
 
# Mac droppings
25
 
.DS_Store
 
21
.bzr-shelf
 
22
bzrlib/plugins/*