diff options
author | Jike Song <albcamus@gmail.com> | 2008-05-22 09:23:10 +0800 |
---|---|---|
committer | Deepak Saxena <dsaxena@laptop.org> | 2008-10-29 09:09:45 -0700 |
commit | bb806c018f31689c65a6382e2f7ea496268acd5f (patch) | |
tree | 7822ef244d5561a73857112476e56e5e1793e8bb | |
parent | ff0019d46830bcb74e003bbb0f856c4823d4ca4d (diff) | |
download | lwn-bb806c018f31689c65a6382e2f7ea496268acd5f.tar.gz lwn-bb806c018f31689c65a6382e2f7ea496268acd5f.zip |
.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>
(cherry picked from kernel.org commit 9723c046bd5989aa9064038ce142f498bb1870d6)
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9c0d650385be..d24ad506e799 100644 --- a/.gitignore +++ b/.gitignore @@ -52,6 +52,7 @@ series # cscope files cscope.* +ncscope.* *.orig *~ |