From Arran Cudbard-bell a.cudbardb@freeradius.org:
Arran Cudbard-bell has uploaded a new change for review.
Change subject: Ignore more build/libtool products ......................................................................
Ignore more build/libtool products
Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436 --- M .gitignore 1 file changed, 10 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/72/72/1
diff --git a/.gitignore b/.gitignore index 48b2e76..06a39f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.o *.a +*.lo +*.la .deps Makefile Makefile.in @@ -25,10 +27,14 @@ missing stamp-h1
+# libtool +ltmain.sh +libtool +src/.libs + # git-version-gen magic .tarball-version .version -
# apps and app data hlr.sqlite3 @@ -52,12 +58,14 @@ tests/sccp/sccp_test tests/sms/sms_test tests/timer/timer_test +tests/sigtran/sua_server_test +tests/sigtran/sua_client_test +tests/sigtran/.libs
tests/atconfig tests/package.m4 tests/testsuite tests/testsuite.log -
*.pc config.*
Patch Set 1:
(1 comment)
https://gerrit.osmocom.org/#/c/72/1/.gitignore File .gitignore:
Line 33: src/.libs just move .libs to the top as well? Because you ignore it in the sigtran tests as well.
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
to look at the new patch set (#2).
Ignore more build/libtool products
Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436 --- M .gitignore 1 file changed, 9 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/72/72/2
diff --git a/.gitignore b/.gitignore index 48b2e76..168690a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.o *.a +*.lo +*.la .deps Makefile Makefile.in @@ -24,6 +26,11 @@ install-sh missing stamp-h1 + +# libtool +ltmain.sh +libtool +.libs
# git-version-gen magic .tarball-version @@ -52,6 +59,8 @@ tests/sccp/sccp_test tests/sms/sms_test tests/timer/timer_test +tests/sigtran/sua_server_test +tests/sigtran/sua_client_test
tests/atconfig tests/package.m4
Patch Set 2:
Looks fine
Patch Set 2: Code-Review+2
Holger Freyther has submitted this change and it was merged.
Change subject: Ignore more build/libtool products ......................................................................
Ignore more build/libtool products
Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436 Reviewed-on: https://gerrit.osmocom.org/72 Tested-by: Jenkins Builder Reviewed-by: Holger Freyther holger@freyther.de --- M .gitignore 1 file changed, 9 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified Holger Freyther: Looks good to me, approved
diff --git a/.gitignore b/.gitignore index 48b2e76..168690a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ *.o *.a +*.lo +*.la .deps Makefile Makefile.in @@ -24,6 +26,11 @@ install-sh missing stamp-h1 + +# libtool +ltmain.sh +libtool +.libs
# git-version-gen magic .tarball-version @@ -52,6 +59,8 @@ tests/sccp/sccp_test tests/sms/sms_test tests/timer/timer_test +tests/sigtran/sua_server_test +tests/sigtran/sua_client_test
tests/atconfig tests/package.m4