Merge ~ines-almeida/txpkgupload:update-gitignore into txpkgupload:master

Proposed by Ines Almeida
Status: Merged
Approved by: Ines Almeida
Approved revision: 9664bba0aa6b17eeb962ef79cc38472086914b66
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~ines-almeida/txpkgupload:update-gitignore
Merge into: txpkgupload:master
Diff against target: 31 lines (+12/-11)
1 file modified
.gitignore (+12/-11)
Reviewer Review Type Date Requested Status
Simone Pelosi Approve
Review via email: mp+446070@code.launchpad.net

Commit message

Update .gitignore

Ignore `.charm` files and `/venv` directory, and sort list alphabetically

To post a comment you must log in.
Revision history for this message
Simone Pelosi (pelpsi) wrote :

LGTM!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/.gitignore b/.gitignore
2index f6fa5aa..7bc6490 100644
3--- a/.gitignore
4+++ b/.gitignore
5@@ -1,14 +1,15 @@
6-*.pyc
7-bin
8-download-cache
9-env
10-*.egg-info
11-tags
12-TAGS
13+*.charm
14 *.egg
15-dist
16-build
17+*.egg-info
18+*.pyc
19+/.tox
20+/bin
21+/build
22+/dist
23 /download-cache
24-src/twisted/plugins/dropin.cache
25+/env
26+/venv
27 /version-info.py
28-/.tox
29+src/twisted/plugins/dropin.cache
30+tags
31+TAGS

Subscribers

People subscribed via source and target branches

to all changes: