From c3969eab6783f2f7f93d82e050e54bdd57d18a6c Mon Sep 17 00:00:00 2001 From: Zihao Yu Date: Tue, 10 Sep 2019 21:53:38 +0800 Subject: [PATCH] .gitignore: add Makefile.* under nexus-am/ and navy-apps/ * add everything under these directories to let their .gitignore file to determine the ignore rules --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index c986ee5..1a9e969 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ *.* * !*/ +!/nemu/* +!/nexus-am/* +!/nanos-lite/* +!/navy-apps/* !Makefile !README.md !.gitignore