From e5dabe0afc62515ce7c61f7a4b0f00555fe0637c Mon Sep 17 00:00:00 2001 From: Alex King <89047260+Kinglykrab@users.noreply.github.com> Date: Tue, 24 Jan 2023 19:37:14 -0500 Subject: [PATCH] [Git] Add CMake Files to .gitignore (#2792) * [Git] Add CMake Files to GitIgnore * Update .drone.yml --- .drone.yml | 6 ------ .gitignore | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index b815c3c66..a5ebc2ad1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/.gitignore b/.gitignore index 011d23262..e19929979 100644 --- a/.gitignore +++ b/.gitignore @@ -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/*