diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2019-08-21 13:11:06 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2019-10-07 10:44:56 -0700 |
| commit | 1ea3182f827db7c038ac20089437a6202eec02c0 (patch) | |
| tree | 8f1b28b90aeee6ae663a19b535017dad47a72a8c /.gitignore | |
| parent | ba1367b588388ebe9e37057cee9639e2ea2046fb (diff) | |
| download | meson-1ea3182f827db7c038ac20089437a6202eec02c0.tar.gz | |
add pytest_cache to gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b40819099..f87f562f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .mypy_cache/ +.pytest_cache/ /.project /.pydevproject /.settings |
