The patch titled .gitignore: ignore emacs backup and temporary files. has been added to the -mm tree. Its filename is gitignore-ignore-emacs-backup-and-temporary-files.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this 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 gitignore-ignore-emacs-backup-and-temporary-files.patch 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