From f822e7dcb925a95b33d3b619f03df54d79924081 Mon Sep 17 00:00:00 2001 From: Jike Song Date: Tue, 13 Jan 2015 16:22:39 +0900 Subject: .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 [ imported from Linux Kernel, commit 9723c046bd59 ] Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3