From: Jike Song Date: Thu, 22 May 2008 01:23:10 +0000 (+0800) Subject: .gitignore: match ncscope.out X-Git-Tag: v2.6.26-rc4~8^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=9723c046bd5989aa9064038ce142f498bb1870d6;p=~shefty%2Frdma-dev.git .gitignore: match ncscope.out Sometimes I got this: $ git-status {snip} # On branch master # Untracked files: # (use "git add ..." 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 Signed-off-by: Sam Ravnborg --- diff --git a/.gitignore b/.gitignore index 9c0d650385b..d24ad506e79 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ series # cscope files cscope.* +ncscope.* *.orig *~