.gitignore: add Makefile.* under nexus-am/ and navy-apps/
* add everything under these directories to let their .gitignore file to determine the ignore rules
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,6 +1,10 @@
|
||||
*.*
|
||||
*
|
||||
!*/
|
||||
!/nemu/*
|
||||
!/nexus-am/*
|
||||
!/nanos-lite/*
|
||||
!/navy-apps/*
|
||||
!Makefile
|
||||
!README.md
|
||||
!.gitignore
|
||||
|
Reference in New Issue
Block a user