You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/07/18 18:56:27 UTC

[mynewt-core] branch master updated: Add extra git ignored files/dirs

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

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new a08b0b9  Add extra git ignored files/dirs
a08b0b9 is described below

commit a08b0b9c1f0872383501cc3efa0c148fa164acbb
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Wed Jul 18 10:04:01 2018 -0300

    Add extra git ignored files/dirs
---
 .gitignore | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 94f54b4..86f9312 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,8 +35,15 @@ docs/html
 docs/latex
 cscope.*
 *.tags
-stlink.log 
+stlink.log
+openocd.log
+*.pem
 
 # Prevent accidental checkins of personal targets.  If you need to commit a
 # target, specify the -f option for "git add".
 targets
+
+# Generated directories - pubkey sources, coverity data, etc
+/keys/
+/repos/
+/cov-int/