Commit 9723c046 authored by Jike Song's avatar Jike Song Committed by Sam Ravnborg

.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: default avatarJike Song <albcamus@gmail.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 656a3f79
......@@ -52,6 +52,7 @@ series
# cscope files
cscope.*
ncscope.*
*.orig
*~
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment