From 841c711ba68c04ac337abe5198b6db739408dbcb Mon Sep 17 00:00:00 2001 From: Ikey Doherty Date: Wed, 27 Jul 2016 17:19:10 +0100 Subject: [PATCH] gitignore: Also add assets emitted during setup.py build Signed-off-by: Ikey Doherty --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0d20b64..864fa4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.pyc +/build/