2012-07-10 18:17:15

by Lucas De Marchi

[permalink] [raw]
Subject: [PATCH BlueZ] gitignore: Move entries to the right place

---
.gitignore | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 3ff750e..38318cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,11 +36,13 @@ lib/bluetooth
src/builtin.h
src/bluetoothd
audio/telephony.c
-sap/sap.c
scripts/bluetooth.rules
scripts/97-bluetooth.rules
scripts/97-bluetooth-hid2hci.rules

+profiles/sap/sap.c
+profiles/cups/bluetooth
+
sbc/sbcdec
sbc/sbcenc
sbc/sbcinfo
@@ -63,7 +65,6 @@ tools/rfcomm
tools/l2ping
tools/ppporc
tools/sdptool
-cups/bluetooth
test/agent
test/bdaddr
test/hciemu
--
1.7.11.1



2012-07-10 18:23:54

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH BlueZ] gitignore: Move entries to the right place

Hi Lucas,

On Tue, Jul 10, 2012, Lucas De Marchi wrote:
> ---
> .gitignore | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)

Applied. Thanks.

Johan