From b8408c6641ded46c311fb67e8e6b5bdaa60f7136 Mon Sep 17 00:00:00 2001 From: Timothe Litt Date: Mon, 17 Jun 2013 11:55:24 -0400 Subject: [PATCH] ignore emacs scratch and backup --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d958df61..3eff3bd3 100644 --- a/.gitignore +++ b/.gitignore @@ -30,7 +30,9 @@ obj/ [Rr]elease*/ _ReSharper*/ [Tt]est[Rr]esult* -*.o +*.o +*~ +*# BIN/ ipch/ # We only care about specific files in the Visual Studio Projects