.gitignore, .gitlab-ci.yml

This commit is contained in:
Oscar Krause
2025-04-17 14:12:11 +02:00
parent 5f875430c0
commit 8263f5066e
2 changed files with 13 additions and 1 deletions

12
.gitignore vendored
View File

@@ -1 +1,13 @@
gridd-unlock-patcher.zip
src/_deps/
src/CMakeFiles/
src/LIEF/
src/cmake_install.cmake
src/CMakeCache.txt
src/cpm-package-lock.cmake
src/Makefile
src/cmake/CPM_0.40.8.cmake
src/gridd-unlock-patcher

View File

@@ -1,6 +1,6 @@
cache:
key: one-key-to-rule-them-all
paths: [ src, CMakeFiles, LIEF, _deps, cmake ]
paths: [ src ]
untracked: true
build: