falconia submitted this change.
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.