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/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ca0f2e  .gitignore: Ignore *.ddc files generated during the build.
4ca0f2e is described below

commit 4ca0f2e265ffa732775bc980bae6165673a0425f
Author: Abdelatif Guettouche <[email protected]>
AuthorDate: Thu Sep 30 16:35:30 2021 +0200

    .gitignore: Ignore *.ddc files generated during the build.
    
    Signed-off-by: Abdelatif Guettouche <[email protected]>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 47c8be2..48e380f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@
 *.swp
 *.sym
 *.wsp
+*.ddc
 *~
 .depend
 /.clean_context

Reply via email to