diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2018-12-12 21:55:00 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2018-12-12 21:55:00 +0100 |
commit | 4f4635e06b2ec0504bda0d6f2552bf72bb218aa0 (patch) | |
tree | 2ddf0077332498504a04a3aaa641d177b3bd7e9d /.gitignore | |
parent | otverio2015: fix one remaining entry referencing the now-gone COMMAND_SUCCESS constant. (diff) | |
download | glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar.gz glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar.bz2 glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar.lz glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar.xz glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.tar.zst glucometerutils-4f4635e06b2ec0504bda0d6f2552bf72bb218aa0.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,8 +1,9 @@ +*.egg-info/ *.pyc *~ +.cache +.mypy_cache/ /MANIFEST /dist/ __pycache__/ -.cache build -*.egg-info/ |