diff options
| author | jvoisin | 2018-07-30 23:00:33 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-30 23:00:33 +0200 |
| commit | 36c5bad140894d6a535b250a4fdd4e5e443a7f82 (patch) | |
| tree | de2572a630ade154295ff3aea782028452f11e61 | |
| parent | b5a9520a607bd368fdf538c61914e15ba6b1b8e3 (diff) | |
Improve our .gitignore
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1,5 +1,8 @@ | |||
| 1 | *.pyc | 1 | *.pyc |
| 2 | .coverage | ||
| 2 | .eggs | 3 | .eggs |
| 4 | .mypy_cache/ | ||
| 3 | build | 5 | build |
| 4 | dist | 6 | dist |
| 5 | mat2.egg-info | 7 | mat2.egg-info |
| 8 | tags | ||
