The patch titled .gitignore: ignore emacs backup and temporary files. has been removed from the -mm tree. Its filename was gitignore-ignore-emacs-backup-and-temporary-files.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: .gitignore: ignore emacs backup and temporary files. From: Chris Dearman <chris@xxxxxxxx> Signed-off-by: Chris Dearman <chris@xxxxxxxx> Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff -puN .gitignore~gitignore-ignore-emacs-backup-and-temporary-files .gitignore --- a/.gitignore~gitignore-ignore-emacs-backup-and-temporary-files +++ a/.gitignore @@ -53,3 +53,5 @@ cscope.* *.orig *.rej +*~ +\#*# _ Patches currently in -mm which might be from chris@xxxxxxxx are mm-try-both-endianess-when-checking-for-endianess.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