falconia submitted this change.

View Change

Approvals: laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified pespin: Looks good to me, approved
cosmetic: add copy of mgcp_common.h to .gitignore

The build process copies include/osmocom/mgcp/mgcp_common.h to
include/osmocom/mgcp_client/mgcp_common.h; the former is a true
source while the latter is a build-generated file. The copied
file needs to be included in .gitignore, otherwise it adds
noise to git status output.

Change-Id: Icf0e3f724564d87eef9351b22de7a3d3aa7e4264
---
M .gitignore
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index a72cd36..3f1a890 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
Makefile.in
bscconfig.h
bscconfig.h.in
+include/osmocom/mgcp_client/mgcp_common.h
src/osmo-mgw/osmo-mgw
*.*~
*.sw?

To view, visit change 39729. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: Icf0e3f724564d87eef9351b22de7a3d3aa7e4264
Gerrit-Change-Number: 39729
Gerrit-PatchSet: 2
Gerrit-Owner: falconia <falcon@freecalypso.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: falconia <falcon@freecalypso.org>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>