From: Jike Song <[email protected]>

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 <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
[ imported from Linux Kernel, commit 9723c046bd59 ]
Signed-off-by: Masahiro Yamada <[email protected]>
---

 .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
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to