diff options
author | Jike Song <albcamus@gmail.com> | 2008-05-21 21:23:10 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-05-25 17:02:48 -0400 |
commit | 9723c046bd5989aa9064038ce142f498bb1870d6 (patch) | |
tree | 648adbc42936ef23dec8f576d6d9c16f4a48eef1 /.gitignore | |
parent | 656a3f797889dafcce2f5b8b222ad66e9974b6f7 (diff) |
.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>
Diffstat (limited to '.gitignore')
-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 | |||
52 | 52 | ||
53 | # cscope files | 53 | # cscope files |
54 | cscope.* | 54 | cscope.* |
55 | ncscope.* | ||
55 | 56 | ||
56 | *.orig | 57 | *.orig |
57 | *~ | 58 | *~ |