launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30186
[Merge] ~ines-almeida/txpkgupload:update-gitignore into txpkgupload:master
Ines Almeida has proposed merging ~ines-almeida/txpkgupload:update-gitignore into txpkgupload:master.
Commit message:
Update .gitignore
Ignore `.charm` files and `/venv` directory, and sort list alphabetically
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ines-almeida/txpkgupload/+git/txpkgupload/+merge/446070
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/txpkgupload:update-gitignore into txpkgupload:master.
diff --git a/.gitignore b/.gitignore
index f6fa5aa..7bc6490 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,15 @@
-*.pyc
-bin
-download-cache
-env
-*.egg-info
-tags
-TAGS
+*.charm
*.egg
-dist
-build
+*.egg-info
+*.pyc
+/.tox
+/bin
+/build
+/dist
/download-cache
-src/twisted/plugins/dropin.cache
+/env
+/venv
/version-info.py
-/.tox
+src/twisted/plugins/dropin.cache
+tags
+TAGS