The patch titled Add cscope generated files to .gitignore has been added to the -mm tree. Its filename is add-cscope-generated-files-to-gitignore.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 files 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 add-cscope-generated-files-to-gitignore.patch git-alsa.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