Message ID | gerrit.1463520764420.I7b0825112afcb630f40b2d2670952e0beea0a436@gerrit.osmocom.org |
---|---|
State | New |
Headers | show |
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.
Patch Set 2: Looks fine
Patch Set 2: Code-Review+2
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.*