From 8d39fca1cdbb2ee6d5ec10f190b17aeb1995bccf Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 30 Sep 2016 22:28:49 +0800 Subject: Rewrite the Makefile to add virtualenv support. Thanks: http://blog.bottlepy.org/2012/07/16/virtualenv-and-makefiles.html --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 92fccc8..68379df 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Emacs tmp files .#* +venv/ build/ dist/ -- cgit v1.2.2