.gitignore: match ncscope.out
authorJike Song <albcamus@gmail.com>
Thu, 22 May 2008 01:23:10 +0000 (09:23 +0800)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 25 May 2008 21:02:48 +0000 (23:02 +0200)
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>
.gitignore

index 9c0d650..d24ad50 100644 (file)
@@ -52,6 +52,7 @@ series
 
 # cscope files
 cscope.*
+ncscope.*
 
 *.orig
 *~