~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: John Arbash Meinel
  • Date: 2006-07-03 16:38:08 UTC
  • mto: (1711.2.74 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1837.
  • Revision ID: john@arbash-meinel.com-20060703163808-180fac633586d62a
Cleanup .bzrignore, and include some useful ignores.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
## *.diff
 
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
2
9
./doc/*.html
3
10
./tutorial.html
4
 
*.py[oc]
 
11
BRANCH-INFO
 
12
# setup.py working directory
 
13
build
 
14
# Editor temporary/working/backup files
 
15
*$
 
16
.*.sw[nop]
 
17
.sw[nop]
5
18
*~
 
19
./tags
 
20
# The shelf plugin uses this dir
 
21
./.shelf
 
22
# Mac droppings
 
23
.DS_Store
 
24
# Arch droppings, do we need these anymore?
6
25
.arch-ids
7
 
.bzr.profile
8
26
.arch-inventory
9
27
{arch}
10
 
CHANGELOG
 
28
,,*
 
29
# Old things, probably should be removed
 
30
.bzr.profile
 
31
.bzr-shelf
11
32
bzr-test.log
12
 
bzr.1
13
 
,,*
14
33
testbzr.log
15
34
api
16
 
test.log
17
 
./tmp
18
 
build
19
35
./ID
20
 
./tags
21
 
.bzr-shelf
22
 
BRANCH-INFO