[PATCH 1/5] .gitignore: match ncscope.out

Masahiro Yamada yamada.m at jp.panasonic.com
Mon Jan 12 23:22:39 PST 2015


From: Jike Song <albcamus at gmail.com>

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 at gmail.com>
Signed-off-by: Sam Ravnborg <sam at ravnborg.org>
[ imported from Linux Kernel, commit 9723c046bd59 ]
Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---

 .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




More information about the barebox mailing list