patacongo opened a new pull request #1367:
URL: https://github.com/apache/incubator-nuttx/pull/1367


   ## Summary
   
   Do not ignore .asm files that are tracked.
   
   The ZDS-II toolchain assembly files have the extension .asm but when you 
compile a .c file it generates a temporary .asm file that is then assembled. 
When compiling a foobar.c file, for example, with the ZDS-II toolchain, it 
generates foobar.asm, foobar.rel, foobar.obj, and foobar.lst. The .asm file is 
the only issue here because it is also the name used with all ZDS-II assembly 
file.
   
   That tracked .asm files must not be ignored; the temporary .asm files must 
be ignored.
   
   ## Impact
   
   Tracked .asm files will be NOT be ignore due to higher level .gitignore 
content.
   
   ## Testing
   
   


----------------------------------------------------------------
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