From fff0ffa1853a55e63b5bd6519ee6fc5692ca3e1a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 4 Sep 2018 13:20:52 -0600 Subject: [PATCH] Update .gitignore files. --- .gitignore | 1 + system/nsh/.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c8d8443fd..67a8ede2b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ core cscope.out /Kconfig /bin +/exe /external /.context /.config diff --git a/system/nsh/.gitignore b/system/nsh/.gitignore index fa1ec7579..5e8eccd8e 100644 --- a/system/nsh/.gitignore +++ b/system/nsh/.gitignore @@ -1,3 +1,4 @@ +/init /Make.dep /.depend /.built