From 6542a36fa56aa4316cd4bf77f2dfffeb7d04cfff Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Fri, 23 Apr 2010 13:58:34 -0400 Subject: [PATCH] ignore ~-suffixed files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 186c5e1a58..6f43a4e0ae 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ # a common convenient place to set the PLTADDON directory to /add-on/ + +# common backup file suffixes +*~