diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-09-30 22:28:49 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-09-30 22:28:49 +0800 |
commit | 8d39fca1cdbb2ee6d5ec10f190b17aeb1995bccf (patch) | |
tree | da7b41b3a237cf45ae22075067bb7804dbf32d2a /.gitignore | |
parent | 0b7cc2a9622d977b86c4cfc88b3e7888511d9848 (diff) | |
download | fg21sim-8d39fca1cdbb2ee6d5ec10f190b17aeb1995bccf.tar.bz2 |
Rewrite the Makefile to add virtualenv support.
Thanks: http://blog.bottlepy.org/2012/07/16/virtualenv-and-makefiles.html
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ # Emacs tmp files .#* +venv/ build/ dist/ |