diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-28 12:16:56 +0100 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-28 12:16:56 +0100 |
commit | d725b2ba7251ceeabd743e82d2b1c5ce064b6059 (patch) | |
tree | c6789df5d10d1b5f6b83c5d1c7c2889e5ad2a6d9 /.gitignore | |
parent | e13dcef265dea3b222b85e09274333ba984ac1ca (diff) | |
download | libnitrokey-status-struct.tar.gz libnitrokey-status-struct.tar.bz2 |
Add .pytest_cache to .gitignorestatus-struct
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ *.log *.o unittest/build/ +unittest/.pytest_cache/ *.pyc core .cache/ |