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


   > Is there any .gitignore syntax to undo a higher level .gitignore file?
   
   This should do:
   ```diff
   diff --git a/arch/z80/src/.gitignore b/arch/z80/src/.gitignore
   index b9a85219a9..5ba8c45774 100644
   --- a/arch/z80/src/.gitignore
   +++ b/arch/z80/src/.gitignore
   @@ -7,3 +7,4 @@
    /*.mem
    /*.linkcmd
    /*.noi
   +!*.asm
   ```
   


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