diff options
author | Gwenael Lambrouin <gwenael.lambrouin@orange.com> | 2021-07-29 18:22:29 +0200 |
---|---|---|
committer | Gwenael Lambrouin <gwenael.lambrouin@orange.com> | 2021-07-30 12:09:55 +0200 |
commit | 1574b1655e47e4c37dfaf8de8cb0a8bfcb999894 (patch) | |
tree | 6940bf06cdcf482bdac5b4b5c306c28360378c7f /.gitignore | |
parent | 24d9d2cf8d0575e3589a0a03100f28b29c9bb72e (diff) |
docs: how to use tox on a developer's machine
Change-Id: I0acbf6a89b1126336862a008bbe4331fa94ef0a5
Signed-off-by: Gwenael Lambrouin <gwenael.lambrouin@orange.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ .DS_store *.pyc +*~ .idea .tox .cache |