mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +00:00
ci: Fix CI builds being marked as dirty. (#6656)
This commit is contained in:
parent
13a8969824
commit
df9cc1b84c
6 changed files with 10 additions and 6 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue