From bdd0b55b0d00cd160701e03a55c89bccc3fe9a45 Mon Sep 17 00:00:00 2001
From: David-Sarah Hopwood <david-sarah@jacaranda.org>
Date: Mon, 17 Sep 2012 21:28:49 +0100
Subject: [PATCH] Ignore *~, /miscaptures.txt and /violations.txt.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index fb041f0c..2af1ff66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 *.pyc
 *.pyo
+*~
 
 /build/
 /support/
@@ -25,3 +26,5 @@ Twisted-*.egg
 /.coverage
 /.coverage.el
 /coverage-html/
+/miscaptures.txt
+/violations.txt
-- 
2.45.2