Commit 9723c046bd5989aa9064038ce142f498bb1870d6

Authored by Jike Song
Committed by Sam Ravnborg
1 parent 656a3f7978

.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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -52,6 +52,7 @@
52 52  
53 53 # cscope files
54 54 cscope.*
  55 +ncscope.*
55 56  
56 57 *.orig
57 58 *~