From mboxrd@z Thu Jan 1 00:00:00 1970 From: sgoldman@tower-research.com (Steve Goldman) Date: Sun, 23 Nov 2008 14:44:29 -0500 Subject: [sup-talk] [PATCH] git status should ignore emacs temp files Message-ID: <1227469451-sup-3570@sgoldmanlinux.tower-research.com> --- .gitignore | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 37775a6..b8d3bcd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ # i use vi *.swp .ditz-config +# i use emacs +*~ -- 1.5.6.4 -- Steve Goldman sgoldman at tower-research.com T: 212.219.6014 F: 212.219.6007 Tower Research Capital, LLC 377 Broadway, 11th Fl. New York, NY 10013