You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/01/29 16:06:30 UTC

[nuttx-apps] branch master updated: crypto/tinycrypt: sync .gitignore with mbedtls/.gitignore

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 0eb778d84 crypto/tinycrypt: sync .gitignore with mbedtls/.gitignore
0eb778d84 is described below

commit 0eb778d84997d1bbd39664fab305bb03328b75d2
Author: wangbowen6 <wa...@xiaomi.com>
AuthorDate: Sun Jan 29 19:53:51 2023 +0800

    crypto/tinycrypt: sync .gitignore with mbedtls/.gitignore
    
    avoid git untracked
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
            crypto/tinycrypt/tinycrypt/
    
    Signed-off-by: wangbowen6 <wa...@xiaomi.com>
---
 crypto/tinycrypt/.gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto/tinycrypt/.gitignore b/crypto/tinycrypt/.gitignore
index 1b9f31a6b..8b8137c74 100644
--- a/crypto/tinycrypt/.gitignore
+++ b/crypto/tinycrypt/.gitignore
@@ -1,2 +1,2 @@
-*.zip
-tinycrypt/*
+/tinycrypt
+/*.zip