[chirp_devel] [PATCH] Updates .hgigore a bit

Rhett Robinson
Sun Jan 14 17:48:15 PST 2018


# HG changeset patch
# User Rhett Robinson <rrhett at gmail.com>
# Date 1515980891 28800
#      Sun Jan 14 17:48:11 2018 -0800
# Node ID cda3543bc3b0511552937eb540e8e6023d618eea
# Parent  0ac31753af9e0d92855b94b9adc18ab3835d47a5
Updates .hgigore a bit.

Notably, this includes .tox which otherwise inundates the output of hg status
after running tests. Also includes a few other files that end up existing but
untracked.

diff -r 0ac31753af9e -r cda3543bc3b0 .hgignore
--- a/.hgignore	Sun Jan 14 16:11:48 2018 -0800
+++ b/.hgignore	Sun Jan 14 17:48:11 2018 -0800
@@ -6,6 +6,12 @@
 build/bdist
 tools/cpep8.venv/
 tests/logs/
+logs/
 ignored/
 patch_queue/
 archived_builds/
+.tox/
+.*\.mo$
+.*\.pot$
+locale/.files
+MANIFEST



More information about the chirp_devel mailing list