diff options
author | zlg <zlg@zlg.space> | 2018-10-10 21:29:08 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2018-10-10 21:29:08 -0700 |
commit | 8775fcd12876f3acc5f9b919afe1cf3be238a186 (patch) | |
tree | e4f03d17a7a8db01cdf20f67a8581e84e4695772 /.gitignore | |
parent | cli: Add "export" command (diff) | |
download | vgstash-8775fcd12876f3acc5f9b919afe1cf3be238a186.tar.gz vgstash-8775fcd12876f3acc5f9b919afe1cf3be238a186.tar.bz2 vgstash-8775fcd12876f3acc5f9b919afe1cf3be238a186.tar.xz vgstash-8775fcd12876f3acc5f9b919afe1cf3be238a186.zip |
Move tests and data to dedicated directory
Also tweaked the export command to report correctly.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,3 +11,4 @@ __pycache__/ /dist/ .vgstash.db +tests/data/test_export.* |