The patch titled Add cscope generated files to .gitignore has been removed from the -mm tree. Its filename was add-cscope-generated-files-to-gitignore.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Add cscope generated files to .gitignore From: Tobias Klauser <tklauser@xxxxxxxxxx> Ignore files generated by 'make cscope' Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff -puN .gitignore~add-cscope-generated-files-to-gitignore .gitignore --- a/.gitignore~add-cscope-generated-files-to-gitignore +++ a/.gitignore @@ -42,3 +42,6 @@ patches-* # quilt's files patches series + +# cscope files +cscope.* _ Patches currently in -mm which might be from tklauser@xxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html