9
0
Fork 0

.gitignore: match ncscope.out

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@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
[ imported from Linux Kernel, commit 9723c046bd59 ]
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jike Song 2015-01-13 16:22:39 +09:00 committed by Sascha Hauer
parent 0c6377c48f
commit f822e7dcb9
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -79,6 +79,7 @@ series
# cscope files
cscope.*
ncscope.*
# patches
*.patch