diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -4,13 +4,16 @@ compile_commands.json tests/sibs-build/ tests/compile_commands.json -external/wlr-export-dmabuf-unstable-v1-client-protocol.h -external/wlr-export-dmabuf-unstable-v1-protocol.c +**/xdg-output-unstable-v1-client-protocol.h +**/xdg-output-unstable-v1-protocol.c .clangd/ .cache/ .vscode/ +build/ +debug-build/ + *.o gpu-screen-recorder gsr-kms-server @@ -19,3 +22,8 @@ gsr-kms-server *.flv *.mkv *.mov +*.webm +*.ts +*.jpg +*.jpeg +*.png |