From 8d98f5692fb974d081dfb74a64e2f4b861b27461 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 13 Sep 2012 20:39:50 +0000 Subject: Update .gitignore to ignore tilde files. Tilde files are created by editors when they make a 'backup' of the current state of a file before saving. Ignoring them makes the output of git status much easier to follow. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0d20b648..f3d74a9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +*~ -- cgit v1.2.1