diff options
author | Devaev Maxim <[email protected]> | 2019-02-17 04:20:43 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2019-02-17 04:20:43 +0300 |
commit | 45fa3da3d7f85536ce62f9b73a278ef8cf9b4086 (patch) | |
tree | c84f616320fe8ea418516b66690cb01fd7c222e9 /.gitignore | |
parent | 10498811a646f833037d01ad7c816df9dea5a772 (diff) |
platform packages
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,7 +1,14 @@ +/pkg/ +/src/ +/site/ /build/ /dist/ /kvmd.egg-info/ /testenv/.tox/ /testenv/.mypy_cache/ +/v*.tar.gz +/*.pkg.tar.xz +/*.egg-info +/*kvmd-*.tar.gz *.pyc *.swp |