Merge lp:~garyvdm/bzr-loom/ignore_build into lp:bzr-loom

Proposed by Gary van der Merwe
Status: Merged
Approved by: Vincent Ladeuil
Approved revision: 127
Merged at revision: 129
Proposed branch: lp:~garyvdm/bzr-loom/ignore_build
Merge into: lp:bzr-loom
Diff against target: 8 lines (+1/-0)
1 file modified
.bzrignore (+1/-0)
To merge this branch: bzr merge lp:~garyvdm/bzr-loom/ignore_build
Reviewer Review Type Date Requested Status
Martin Pool (community) Approve
Review via email: mp+38817@code.launchpad.net

Description of the change

When I build the windows installer, If I run it twice in the same dir, it breaks if there any changes, including unversioned files. This typically happens due to the build dir that setup.py creates, and this should be safe to ignore.

To post a comment you must log in.
Revision history for this message
Martin Pool (mbp) wrote :

trivial; would have been ok to land without review imo.

if you don't have access to merge this just ask

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2006-07-17 04:38:18 +0000
3+++ .bzrignore 2010-10-19 09:34:39 +0000
4@@ -2,3 +2,4 @@
5 .*.swp
6 *~
7 .shelf
8+./build

Subscribers

People subscribed via source and target branches