diff options
author | Zader Zheng <[email protected]> | 2015-04-17 23:24:15 +0800 |
---|---|---|
committer | Zader Zheng <[email protected]> | 2015-04-17 23:25:20 +0800 |
commit | 71adb4d3beb9496a4d61f028f5429e3117b77f34 (patch) | |
tree | 939929e283324489359edd5493c06590dbe27a43 /.gitignore | |
parent | ec7869e614cd4a83175313583e080b8093a6c31b (diff) |
add requirements for Python project and venv ignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ .*.swp .*.swo *.socket +venv/ + |