Ouss4 commented on issue #1363:
URL: 
https://github.com/apache/incubator-nuttx/issues/1363#issuecomment-653765410


   GIT is still tracking the Z80 .asm files since they were there before the 
gitignore change.  Any new file with the .asm extension will be ignored though.
   Here is a quick way to check:
   `git check-ignore -v arch/z80/src/ez80/ez80_reset.asm`  This returns nothing 
since the file is cached.
   However `git check-ignore -v --no-index arch/z80/src/ez80/ez80_reset.asm` 
will show:
   `.gitignore:3:*.asm      arch/z80/src/ez80/ez80_reset.asm`. The 
".gitignore:3:*.asm" part is were that file is ignored (i.e. toplevel 
.gitignore line 3)
   
   TAR, in the other hand, doesn't know that and is excluding all the .asm 
files.
   
   Note however that this is just part of this issue, and that #1364 doesn't 
fully resolve it.  We still have the "init.d" file that I can't personally see 
how to include it (other than removing the --exlcude-vcs-ignores).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to