summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJike Song <albcamus@gmail.com>2015-01-13 16:22:39 +0900
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-13 09:07:25 +0100
commitf822e7dcb925a95b33d3b619f03df54d79924081 (patch)
tree3a0bd728d36114a609d35ce2d53e0ba26079cf2b /.gitignore
parent0c6377c48ff9eb3127f5f453efe8127b158f40c4 (diff)
downloadbarebox-f822e7dcb925a95b33d3b619f03df54d79924081.tar.gz
barebox-f822e7dcb925a95b33d3b619f03df54d79924081.tar.xz
.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> [ imported from Linux Kernel, commit 9723c046bd59 ] Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 03c5e20189..b6d1b6708a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,6 +79,7 @@ series
# cscope files
cscope.*
+ncscope.*
# patches
*.patch