[Asterisk-code-review] Ignore quilt .pc directory, used in deb packaging (asterisk[15])
Jenkins2
asteriskteam at digium.com
Fri Jan 12 08:31:26 CST 2018
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/7931 )
Change subject: Ignore quilt .pc directory, used in deb packaging
......................................................................
Ignore quilt .pc directory, used in deb packaging
Debian packaging uses quilt to manage patches. Book-keeping for them is
done using quilt (either directly, or in a compatible format), and
tracked in the directory .pc .
Change-Id: I22c90f3d7ab8918e6216e7b686de6fa0e1fdaa7b
Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
---
M .gitignore
1 file changed, 1 insertion(+), 0 deletions(-)
Approvals:
Joshua Colp: Looks good to me, but someone else must approve
Corey Farrell: Looks good to me, but someone else must approve
George Joseph: Looks good to me, approved
Jenkins2: Approved for Submit
diff --git a/.gitignore b/.gitignore
index 1a6deef..1cf64c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@
*.makeopts
*.makedeps
.lastclean
+/.pc
aclocal.m4
autom4te.cache
config.log
--
To view, visit https://gerrit.asterisk.org/7931
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 15
Gerrit-MessageType: merged
Gerrit-Change-Id: I22c90f3d7ab8918e6216e7b686de6fa0e1fdaa7b
Gerrit-Change-Number: 7931
Gerrit-PatchSet: 1
Gerrit-Owner: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
Gerrit-Reviewer: Corey Farrell <git at cfware.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180112/95aff967/attachment.html>
More information about the asterisk-code-review
mailing list