mirror of
https://github.com/apache/nuttx.git
synced 2025-12-07 18:12:33 +08:00
Compare commits
3 Commits
nuttx-9.1.
...
nuttx-9.1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4e4cce696 | ||
|
|
569477d36c | ||
|
|
8cb06171a3 |
2
arch/z80/src/ez80/.gitignore
vendored
Normal file
2
arch/z80/src/ez80/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
!*.asm
|
||||
|
||||
2
arch/z80/src/z180/.gitignore
vendored
Normal file
2
arch/z80/src/z180/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
!*.asm
|
||||
|
||||
2
arch/z80/src/z80/.gitignore
vendored
Normal file
2
arch/z80/src/z80/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
!*.asm
|
||||
|
||||
1
boards/sim/sim/sim/src/.gitignore
vendored
1
boards/sim/sim/sim/src/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
/etctmp*
|
||||
!/etc/**
|
||||
|
||||
@@ -129,7 +129,7 @@ for pat in ${EXCLPAT} ; do
|
||||
TAR+=" --exclude=${pat}"
|
||||
done
|
||||
|
||||
TAR+=" --exclude-vcs-ignores --exclude-vcs"
|
||||
TAR+=" --exclude-vcs"
|
||||
|
||||
if [ $verbose != 0 ] ; then
|
||||
TAR+=" -czvf"
|
||||
|
||||
Reference in New Issue
Block a user