summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-01-16 11:30:30 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-01-16 11:34:57 +0000
commitda931431ff45e0b253ea8df6d76ca436d18a3583 (patch)
treeaa42074f62bb17ef4155d7d083a89262cbd54f27 /.gitignore
parent724274268ee6423da508499a31450b08e20316d7 (diff)
downloadmorph-da931431ff45e0b253ea8df6d76ca436d18a3583.tar.gz
Add VIM swap files and temporary black box test output to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0d20b648..13fecc13 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,7 @@
*.pyc
+*.swp
+*.swo
+*.stdout-actual
+*.stdout-diff
+*.stderr-actual
+*.stderr-diff