summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-09-07 22:52:14 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-09-07 22:59:04 -0500
commit91fcde48d44f0800940e05a355c5fc2d2a9edcfc (patch)
tree8d7d3772487961c8075ea61b5220eb7a8a46a981
parent0d7da02dc49cfa6c910f86a72939cce0d2baf892 (diff)
downloadredot-cpp-91fcde48d44f0800940e05a355c5fc2d2a9edcfc.tar.gz
Add Godot 3.x ignores to the .gitignore file
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--.gitignore4
2 files changed, 8 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index fc50b48..3e562c0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
if-no-files-found: error
linux-cmake:
- name: Build (Linux, GCC, CMake)
+ name: 🐧 Build (Linux, GCC, CMake)
runs-on: ubuntu-18.04
steps:
- name: Checkout
@@ -127,7 +127,7 @@ jobs:
make -j $(nproc)
linux-cmake-ninja:
- name: Build (Linux, GCC, CMake Ninja)
+ name: 🐧 Build (Linux, GCC, CMake Ninja)
runs-on: ubuntu-18.04
steps:
- name: Checkout
@@ -151,7 +151,7 @@ jobs:
cmake --build . -j $(nproc)
windows-msvc-cmake:
- name: Build (Windows, MSVC, CMake)
+ name: 🏁 Build (Windows, MSVC, CMake)
runs-on: windows-2019
steps:
- name: Checkout
@@ -170,7 +170,7 @@ jobs:
cmake --build .
static-checks:
- name: Static Checks (clang-format)
+ name: 📊 Static Checks (clang-format)
runs-on: ubuntu-20.04
steps:
- name: Checkout
diff --git a/.gitignore b/.gitignore
index 79fcb11..8589f20 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,10 @@
.godot/
/gen/
+# Godot 3.x ignores
+include/gen
+src/gen
+
# Misc
logs/*
*.log