
* add everything under these directories to let their .gitignore file to determine the ignore rules
12 lines
103 B
Plaintext
12 lines
103 B
Plaintext
*.*
|
|
*
|
|
!*/
|
|
!/nemu/*
|
|
!/nexus-am/*
|
|
!/nanos-lite/*
|
|
!/navy-apps/*
|
|
!Makefile
|
|
!README.md
|
|
!.gitignore
|
|
!init.sh
|