From: Jike Song <albcamus@xxxxxxxxx> Sometimes I got this: $ git-status {snip} # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # ncscope.out nothing added to commit but untracked files present (use "git add" to track) Fix it. Signed-off-by: Jike Song <albcamus@xxxxxxxxx> Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> [ imported from Linux Kernel, commit 9723c046bd59 ] Signed-off-by: Masahiro Yamada <yamada.m@xxxxxxxxxxxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 03c5e20..b6d1b67 100644 --- a/.gitignore +++ b/.gitignore @@ -79,6 +79,7 @@ series # cscope files cscope.* +ncscope.* # patches *.patch -- 1.9.1 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox