[Git] Add CMake Files to .gitignore (#2792)

* [Git] Add CMake Files to GitIgnore

* Update .drone.yml
This commit is contained in:
Alex King 2023-01-24 19:37:14 -05:00 committed by GitHub
parent 5720ffbcb6
commit e5dabe0afc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -4,9 +4,6 @@ kind: pipeline
type: docker
name: Build Linux
clone:
depth: 1
# Limits how many of these builds can run on the drone runner at a time, this isn't about cores
concurrency:
limit: 1
@ -43,9 +40,6 @@ name: Build Windows
concurrency:
limit: 1
clone:
depth: 1
platform:
os: windows
arch: amd64

3
.gitignore vendored
View File

@ -68,3 +68,6 @@ compile_flags.txt
!utils/scripts/build/
!utils/scripts/build/should-release/should-release
!utils/scripts/build/should-release/should-release.exe
# CMake Files
cmake-build-relwithdebinfo/*