From patchwork Mon May 23 21:51:42 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: 625414 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by ozlabs.org (Postfix) with ESMTP id 3rDC1G4Xsyz9t0r for ; Tue, 24 May 2016 07:51:46 +1000 (AEST) Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by lists.osmocom.org (Postfix) with ESMTP id 3DF326383; Mon, 23 May 2016 21:51:45 +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 1DCF16374; Mon, 23 May 2016 21:51:43 +0000 (UTC) Date: Mon, 23 May 2016 21:51:42 +0000 From: Holger Freyther To: Arran Cudbard-bell X-Gerrit-MessageType: merged Subject: [MERGED] libosmo-sccp[master]: Ignore more build/libtool products X-Gerrit-Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436 X-Gerrit-ChangeURL: X-Gerrit-Commit: 3d0131243155432fcfcde99c13fe6396db6c7833 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: <20160523215145.3DF326383@lists.osmocom.org> 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 --- 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