Merge lp:~michihenning/unity-api/fix-bzrignore into lp:unity-api

Proposed by Michi Henning
Status: Merged
Approved by: Michał Sawicz
Approved revision: 37
Merged at revision: 37
Proposed branch: lp:~michihenning/unity-api/fix-bzrignore
Merge into: lp:unity-api
Diff against target: 14 lines (+3/-1)
1 file modified
.bzrignore (+3/-1)
To merge this branch: bzr merge lp:~michihenning/unity-api/fix-bzrignore
Reviewer Review Type Date Requested Status
Michał Sawicz Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+163826@code.launchpad.net

Commit message

Changed build to build*, so things like buildcoverage and buildrelease will be ignored and won't cause complaints when trying to commit.

Description of the change

Changed build to build*, so things like buildcoverage and buildrelease will be ignored and won't cause complaints when trying to commit.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michał Sawicz (saviq) :
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 2013-05-13 11:39:49 +0000
3+++ .bzrignore 2013-05-15 02:14:25 +0000
4@@ -1,7 +1,9 @@
5 # default build dir
6-/build
7+/build*
8+
9 # QtCreator project files
10 /*.user
11+
12 # Eclipse project files
13 /.project
14 /.cproject

Subscribers

People subscribed via source and target branches

to all changes: