2013-11-07 22:25:41

by Ravi kumar Veeramally

[permalink] [raw]
Subject: [PATCH_Bluez] gitignore: Add tools/smp-tester to .gitignore

---
.gitignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 4994958..339d37b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,6 +85,7 @@ monitor/btmon
emulator/btvirt
emulator/b1ee
client/bluetoothctl
+tools/smp-tester

src/bluetoothd.8
src/bluetooth.service
--
1.8.3.2



2013-11-08 08:41:17

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH_Bluez] gitignore: Add tools/smp-tester to .gitignore

Hi Ravi,

On Fri, Nov 08, 2013, Ravi kumar Veeramally wrote:
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 4994958..339d37b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -85,6 +85,7 @@ monitor/btmon
> emulator/btvirt
> emulator/b1ee
> client/bluetoothctl
> +tools/smp-tester

Applied. Thanks.

Johan