[Asterisk-code-review] gitignore: Add .pyo files (...testsuite[13])
Joshua Colp
asteriskteam at digium.com
Wed Jun 19 04:46:36 CDT 2019
Joshua Colp has submitted this change and it was merged. ( https://gerrit.asterisk.org/c/testsuite/+/11478 )
Change subject: gitignore: Add .pyo files
......................................................................
gitignore: Add .pyo files
Change-Id: Idbc94989d849eda840131fe0e50001fa7fc1adb2
---
M .gitignore
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Kevin Harwell: Looks good to me, but someone else must approve
Joshua Colp: Looks good to me, approved; Approved for Submit
diff --git a/.gitignore b/.gitignore
index b716352..e893b91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
-*.pyc
+**.pyo
+**.pyc
asterisk-test-suite-report.xml
crash-mail-config.yaml
/astroot
--
To view, visit https://gerrit.asterisk.org/c/testsuite/+/11478
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: 13
Gerrit-Change-Id: Idbc94989d849eda840131fe0e50001fa7fc1adb2
Gerrit-Change-Number: 11478
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Friendly Automation
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190619/2d0e1700/attachment.html>
More information about the asterisk-code-review
mailing list