diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-18 20:39:47 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-18 20:39:47 +0300 |
| commit | d83f77109a7ac22da53acfad8f7ff078d929cd9d (patch) | |
| tree | ba2dc20e3a91379008d6c7c841a4f503d50b5bd8 /.gitignore | |
| parent | 8277d94e24d4382d49289c07ef20ea78d95443e1 (diff) | |
| download | meson-d83f77109a7ac22da53acfad8f7ff078d929cd9d.tar.gz | |
Convert buildtype to optimization and debug options (#3489)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0221a0584..fc090822a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /.settings /.cproject /.idea +/.vscode __pycache__ .coverage |
