Merge lp:~jelmer/brz/gitignore into lp:brz

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/gitignore
Merge into: lp:brz
Diff against target: 8 lines (+1/-0)
1 file modified
.bzrignore (+1/-0)
To merge this branch: bzr merge lp:~jelmer/brz/gitignore
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+371769@code.launchpad.net

Commit message

Ignore __pycache__ directories.

Description of the change

Ignore __pycache__ directories.

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

Thanks!

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 2019-03-06 11:06:58 +0000
3+++ .bzrignore 2019-08-25 16:56:04 +0000
4@@ -75,3 +75,4 @@
5 selftest.log
6 .coverage
7 doc/developers/api/*.txt
8+__pycache__

Subscribers

People subscribed via source and target branches