From patchwork Tue May 17 21:32:44 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: 623288 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 3r8Vt840Vkz9t6B for ; Wed, 18 May 2016 07:32:48 +1000 (AEST) Received: from lists.osmocom.org (lists.osmocom.org [144.76.43.76]) by lists.osmocom.org (Postfix) with ESMTP id 31E4F22F41; Tue, 17 May 2016 21:32:46 +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 7225A22F32 for ; Tue, 17 May 2016 21:32:44 +0000 (UTC) Date: Tue, 17 May 2016 21:32:44 +0000 From: gerrit-no-reply@lists.osmocom.org Message-ID: X-Gerrit-MessageType: newchange Subject: Change in libosmo-sccp[master]: Ignore more build/libtool products X-Gerrit-Change-Id: I7b0825112afcb630f40b2d2670952e0beea0a436 X-Gerrit-ChangeURL: X-Gerrit-Commit: f311bccc0740ddeec145c7c24039c7cdf9e8162f 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: a.cudbardb@freeradius.org Errors-To: openbsc-bounces@lists.osmocom.org Sender: "OpenBSC" From Arran Cudbard-bell : Arran Cudbard-bell has uploaded a new change for review. https://gerrit.osmocom.org/72 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.*