diff options
| author | Mel <einebeere@gmail.com> | 2024-04-13 07:59:29 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-04-13 07:59:29 +0200 |
| commit | 727983e0a7033e0b778c38e0a0b51a5bc0e9fc2b (patch) | |
| tree | 76919734109190ea5b867ea89df169f3b7afaf9a /.gitignore | |
| parent | 4ce39fff5cf708887817870977d2dbaaee19f9c9 (diff) | |
| download | meowcraft-727983e0a7033e0b778c38e0a0b51a5bc0e9fc2b.tar.zst meowcraft-727983e0a7033e0b778c38e0a0b51a5bc0e9fc2b.zip | |
Create Meson build configuration
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7edc99a..289b94b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,8 @@ .idea .fleet +.vscode build -cmake* +result assets/generated \ No newline at end of file |
