You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2020/07/04 16:52:52 UTC

[incubator-nuttx] branch master updated: Do not ignore .asm files that are tracked.

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

aguettouche 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 2481b1b  Do not ignore .asm files that are tracked.
2481b1b is described below

commit 2481b1bfd540e47c91731be8fcb5a9942b7851c7
Author: Gregory Nutt <gn...@nuttx.org>
AuthorDate: Sat Jul 4 09:00:57 2020 -0600

    Do not ignore .asm files that are tracked.
---
 arch/z80/src/ez80/.gitignore | 2 ++
 arch/z80/src/z180/.gitignore | 2 ++
 arch/z80/src/z80/.gitignore  | 2 ++
 3 files changed, 6 insertions(+)

diff --git a/arch/z80/src/ez80/.gitignore b/arch/z80/src/ez80/.gitignore
new file mode 100644
index 0000000..7227d19
--- /dev/null
+++ b/arch/z80/src/ez80/.gitignore
@@ -0,0 +1,2 @@
+!*.asm
+
diff --git a/arch/z80/src/z180/.gitignore b/arch/z80/src/z180/.gitignore
new file mode 100644
index 0000000..7227d19
--- /dev/null
+++ b/arch/z80/src/z180/.gitignore
@@ -0,0 +1,2 @@
+!*.asm
+
diff --git a/arch/z80/src/z80/.gitignore b/arch/z80/src/z80/.gitignore
new file mode 100644
index 0000000..7227d19
--- /dev/null
+++ b/arch/z80/src/z80/.gitignore
@@ -0,0 +1,2 @@
+!*.asm
+