ci: Fix CI builds being marked as dirty. (#6656)

This commit is contained in:
Steveice10 2023-07-04 21:02:33 -07:00 committed by GitHub
parent 13a8969824
commit df9cc1b84c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 6 deletions

4
.gitignore vendored
View file

@ -13,6 +13,8 @@ src/common/scm_rev.cpp
.vs/
.vscode/
.cache/
cmake-build-debug/
cmake-build-release/
CMakeLists.txt.user*
# *nix related
@ -41,4 +43,6 @@ Thumbs.db
repo/
# GitHub Actions generated files
.ccache/
node_modules/
VULKAN_SDK/