Skip to content

Commit

Permalink
ci: ignore tmp files in sphinx-autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Feb 21, 2022
1 parent 38d7750 commit faecd1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ commands =
--watch src \
--re-ignore .*/.ipynb_checkpoints/.* \
--re-ignore .*/__pycache__/.* \
--re-ignore .*\.tmp \
--re-ignore docs/.*\.csv \
--re-ignore docs/.*\.gv \
--re-ignore docs/.*\.inv \
Expand Down

0 comments on commit faecd1c

Please sign in to comment.