From 359d5e15b259def3995e84b87ff004669893268f Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Fri, 19 Apr 2019 23:59:03 -0700 Subject: [PATCH] Ignore build directory --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 82bc131..5cf1f24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ __pycache__ -pkg -src -tags *.tar.gz *.tar.xz .coverage .hypothesis .idea +build +pkg +src +tags