summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-13 20:39:50 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-14 09:30:04 +0100
commit8d98f5692fb974d081dfb74a64e2f4b861b27461 (patch)
tree6c6f3754275d4e33a763bdca90135d8cdbf5b5a5 /.gitignore
parente4d71e6ebdd8c04524a2a67c1c593e4d1c306966 (diff)
downloadmorph-8d98f5692fb974d081dfb74a64e2f4b861b27461.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0d20b648..f3d74a9a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
*.pyc
+*~