From 3dc90f0ba4af5ffb84c53f6c87813be762c95cac Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20CHAZALLET?= Date: Fri, 14 Jun 2013 10:36:03 +0200 Subject: [PATCH] Rajout d'un fichier gitignore dans test --- test/.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/.gitignore diff --git a/test/.gitignore b/test/.gitignore new file mode 100644 index 0000000..6eaafca --- /dev/null +++ b/test/.gitignore @@ -0,0 +1,22 @@ +*.py[cod] +*.so +*.egg +*.egg-info +dist +build +eggs +parts +bin +var +sdist +develop-eggs +.installed.cfg +lib +lib64 +__pycache__ +pip-log.txt +.coverage +.tox +nosetests.xml +.project +.pydevproject -- 1.7.10.4