From 3cac1416ae2d55c21901f77e482e7a96ce787faf Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Mon, 9 Apr 2012 21:50:43 -0700 Subject: [PATCH] Ignore editor backups. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 135e02d19..2530f7eb8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,9 @@ # Ignore python compiled files. *.pyc +# Ignore backup/temps +*~ + # Ignore object files. *.o obj/*