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>
This commit is contained in:
Jike Song 2008-05-22 09:23:10 +08:00 коммит произвёл Sam Ravnborg
Родитель 656a3f7978
Коммит 9723c046bd
1 изменённых файлов: 1 добавлений и 0 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -52,6 +52,7 @@ series
# cscope files
cscope.*
ncscope.*
*.orig
*~