projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
656a3f7
)
.gitignore: match ncscope.out
author
Jike Song
<
[email protected]
>
Thu, 22 May 2008 01:23:10 +0000
(09:23 +0800)
committer
Sam Ravnborg
<
[email protected]
>
Sun, 25 May 2008 21:02:48 +0000
(23:02 +0200)
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 <
[email protected]
>
Signed-off-by: Sam Ravnborg <
[email protected]
>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 9c0d650385bea274a551eae45b032f2cdfeb925b..d24ad506e799a5740d19913a333fc9d64261d9c7 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-52,6
+52,7
@@
series
# cscope files
cscope.*
+ncscope.*
*.orig
*~