patacongo commented on issue #1363: URL: https://github.com/apache/incubator-nuttx/issues/1363#issuecomment-653772547
Is there any .gitignore syntax to undo a higher level .gitignore file? We really only need to NOT ignore .asm files in those few low level directories where there the .asm files exist. They could be ignored everywhere else (since temporary .asm files will be generated for every compiled .c file). Another option might be to rename the temporary .asm files as .tmpasm or something like that. Actually, the correct solution was in place before the problem PR broke everything. ---------------------------------------------------------------- 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