Skip to content

Commit

Permalink
.gitignore: match ncscope.out
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
l1viathan authored and sravnborg committed May 25, 2008
1 parent 656a3f7 commit 9723c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -52,6 +52,7 @@ series

# cscope files
cscope.*
ncscope.*

*.orig
*~
Expand Down

0 comments on commit 9723c04

Please sign in to comment.