From 055e0c6c65726da27e1c7e0ec0aaeaba507e1563 Mon Sep 17 00:00:00 2001 From: Luis Pabon Date: Tue, 29 Oct 2013 09:24:27 -0400 Subject: Initialize repo Signed-off-by: Luis Pabon --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b42811a --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.tox +gluster_swift.egg-info +test/unit/.coverage +test/unit/nosetests.xml +test/unit/coverage.xml +test/unit/cover +build +*.pyc -- cgit