patacongo commented on issue #1363: URL: https://github.com/apache/incubator-nuttx/issues/1363#issuecomment-653775527
> Your description isn't self-consistent: > 1.If git ignore *.asm, git can't track the manual written assembler files. > 2.If git don't ignore *.asm, the generated assembler files mess up the directory. No, you are missing an important point. Before the change, /*.asm was used which effects ONLY the directory containing the .asm file. It does not propagate to lower directories as does *.asm. So before /*.asm occurred in the .gitnore of all directories that contained temporary .asm files and worked perfectly. ---------------------------------------------------------------- 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