diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:02:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:02:46 +0000 |
commit | f116c4920b5101a22fe620e16fd1a9b7f270cdde (patch) | |
tree | d8c169e12006bfa46e436a180fd531aaac08aad5 /.gitignore | |
parent | Initial commit. (diff) | |
download | litecli-f116c4920b5101a22fe620e16fd1a9b7f270cdde.tar.xz litecli-f116c4920b5101a22fe620e16fd1a9b7f270cdde.zip |
Adding upstream version 1.10.0.upstream/1.10.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63c3eb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +.idea/ +/build +/dist +/litecli.egg-info +/htmlcov +/src +/test/behave.ini +/litecli_env +/.venv +/.eggs + +.vagrant +*.pyc +*.deb +*.swp +.cache/ +.coverage +.coverage.* |