From 565812a92cd22d41aa6f5f85a6b451386422fb4a Mon Sep 17 00:00:00 2001 From: zlg Date: Mon, 3 Sep 2018 02:52:57 -0700 Subject: Branch off from master with pytest, tox, click This commit is huge, but contains everything needed for a "proper" build system built on pytest + tox and a CLI built with click. For now, this branch will contain all new vgstash development activity until it reaches feature parity with master. The CLI is installed to pip's PATH. Only the 'init', 'add', and 'list' commands work, with only two filters. This is pre-alpha software, and is therefore not stable yet. --- .gitignore | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0fd1bcf..4775e15 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,13 @@ -/*.sw? +*.sw? + +# pytest and friends +*.dist-info/ +*.egg-info/ +__pycache__/ +.pytest_cache/ +.ropeproject/ +.tox/ +/build/ +/dist/ + +.vgstash.db -- cgit v1.2.3-54-g00ecf