[asterisk-commits] Change in asterisk[12]: More .gitignore updates
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Apr 15 21:25:41 CDT 2015
Matt Jordan has submitted this change and it was merged.
Change subject: More .gitignore updates
......................................................................
More .gitignore updates
Added .pyc and .sha1 to the top-level .gitignore.
Change-Id: I7dfc4f554d54d22947b38140d3305007503cc16a
Tested-by: George Joseph <george.joseph at fairview5.com>
---
M .gitignore
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Richard Mudgett: Looks good to me, but someone else must approve
Matt Jordan: Looks good to me, approved; Verified
diff --git a/.gitignore b/.gitignore
index 881e306..30fb93f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,5 @@
defaults.h
makeopts.embed_rules
menuselect-tree
+*.sha1
+*.pyc
--
To view, visit https://gerrit.asterisk.org/129
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7dfc4f554d54d22947b38140d3305007503cc16a
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 12
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Richard Mudgett <rmudgett at digium.com>
More information about the asterisk-commits
mailing list