From 2e35c37816e5eb56ea27f7643afb8d12921fea79 Mon Sep 17 00:00:00 2001 From: "Andreas M. Antonopoulos" Date: Mon, 26 May 2014 17:22:16 -0400 Subject: [PATCH] ignore python virtualenv and csv files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index f0d2a481..bbcceaa4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.html *.txt dump.asciidoc +code/python-env +*.csv