diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-02-11 19:14:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-11 19:14:23 +0100 |
| commit | 5a25641317dd570757f33181e45393a74019dc30 (patch) | |
| tree | f2fcd465287fb6a5e5a3cbc390b7362aabbb6942 /.gitignore | |
| parent | 740c56ce15935628ac6d613e582454c48adb978e (diff) | |
Very controlled GDIplus startup and shutdown #635 (#679)
Fall back to GDI if GDIplus is not available
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 51e1e9951..764ca6526 100644 --- a/.gitignore +++ b/.gitignore @@ -90,3 +90,7 @@ src/xdg-shell-protocol.c # libdecor/build/demo # libdecor/build/egl +/out/build/x64-Debug/.cmake/api/v1/query/client-MicrosoftVS/query.json +/out/build/x64-Debug +/CMakeSettings.json +/CppProperties.json |
