diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2016-10-31 20:50:48 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2016-11-26 18:56:28 +0100 |
commit | d03e9fda2fc5c9d5f97e396c65190ab750863e36 (patch) | |
tree | 9bbeecefdcbcb451e525c168c11643c770e4aca9 | |
parent | 103f71bb4e06132e70eb26fc2f1c5ca560068107 (diff) | |
download | libnitrokey-d03e9fda2fc5c9d5f97e396c65190ab750863e36.tar.gz libnitrokey-d03e9fda2fc5c9d5f97e396c65190ab750863e36.tar.bz2 |
.gitignore update
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ *.sw* *.log *.o +unittest/build/ +*.pyc +core +.cache/ +.idea/ +CMakeFiles/ |