From patchwork Mon May 23 20:23:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: gerrit-no-reply@lists.osmocom.org X-Patchwork-Id: 625400 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.osmocom.org (lists.osmocom.org [IPv6:2a01:4f8:191:444b::2:7]) by ozlabs.org (Postfix) with ESMTP id 3rD94140LRz9sdn for ; Tue, 24 May 2016 06:24:01 +1000 (AEST) Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by lists.osmocom.org (Postfix) with ESMTP id 33BC062DD; Mon, 23 May 2016 20:23:59 +0000 (UTC) X-Original-To: openbsc@lists.osmocom.org Delivered-To: openbsc@lists.osmocom.org Received: from 127.0.1.12 (unknown [127.0.1.12]) by lists.osmocom.org (Postfix) with ESMTPA id 07E2462D5; Mon, 23 May 2016 20:23:58 +0000 (UTC) Date: Mon, 23 May 2016 20:23:57 +0000 From: Holger Freyther To: Arran Cudbard-bell X-Gerrit-MessageType: newpatchset Subject: [PATCH] libosmo-sccp[master]: Ignore more build/libtool products X-Gerrit-Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436 X-Gerrit-ChangeURL: X-Gerrit-Commit: aefed44f5267c985e3cdf1bcc53a27e7579dff7a In-Reply-To: References: MIME-Version: 1.0 Content-Disposition: inline User-Agent: Gerrit/2.12.2-31-gb331dbd-dirty X-BeenThere: openbsc@lists.osmocom.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Development of OpenBSC, OsmoBSC, OsmoNITB, OsmoCSCN" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: holger@freyther.de Errors-To: openbsc-bounces@lists.osmocom.org Sender: "OpenBSC" Message-Id: <20160523202359.33BC062DD@lists.osmocom.org> Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/72 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