.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:
Zihao Yu
2019-09-10 21:53:38 +08:00
parent e050a85dc0
commit c3969eab67

4
.gitignore vendored
View File

@ -1,6 +1,10 @@
*.*
*
!*/
!/nemu/*
!/nexus-am/*
!/nanos-lite/*
!/navy-apps/*
!Makefile
!README.md
!.gitignore