From 79826f7a0ab8d2625a6991eae3cb02edf747e116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Wed, 23 May 2012 18:35:39 +0200 Subject: [PATCH] ignore test directory and TODO file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c11bd69..216f9f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.pyc .*.swp *~ +TODO +test -- GitLab