diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-14 12:14:28 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2021-03-14 12:14:28 +0100 |
| commit | ffc2f34851895d8eed3f9d93716d41527dc6810b (patch) | |
| tree | c45d70d36640a3057b71a75b8c4c693393d17a8f | |
| parent | 7f1588ee3fb82bf2d5808bd304fdb28b80f6d11c (diff) | |
| download | allocbench-ffc2f34851895d8eed3f9d93716d41527dc6810b.tar.gz allocbench-ffc2f34851895d8eed3f9d93716d41527dc6810b.zip | |
[Make] exclude .mypy_cache from ctag generation
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ check-mypy: mypy --ignore-missing-imports $(PYTHONFILES) tags: - ctags -R --exclude="build/*" --exclude="cache/*" --exclude="doc/*" --exclude="results/*" + ctags -R --exclude="build/*" --exclude="cache/*" --exclude="doc/*" --exclude="results/*" --exclude=".mypy_cache/*" integration-test: python3 -m unittest discover -s tests/integration |
