提交 1f5d3a6b 编写于 作者: S S.Çağlar Onur 提交者: Sam Ravnborg

Remove *.rej pattern from .gitignore

With commit 3f1b0e1f ".gitignore update"
Linus's current git tree starts to ignore any "*.rej" files.
So "git status" no longer shows these files, but the ones who works with
quilt patchsets, this not makes life easier as expected.
Because sometimes a work flow (at least for me) requires
"quilt push -f" followed by "git status" to see unresolved merge
conflicts, work on these conflicts to correct them and finalize
the patch with "quilt refresh".

And if there are some "*.rej" files exists in tree, for whatever
reason, this means something goes really wrong there and i think
this situation not deserves to be ignored.
Signed-off-by: NS.Çağlar Onur <caglar@pardus.org.tr>
Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
上级 591b0179
......@@ -54,6 +54,5 @@ series
cscope.*
*.orig
*.rej
*~
\#*#
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册