Add .gitignore and .gitea/workflows/ci.yml
Some checks failed
Run CI/CD... / main (push) Has been cancelled

This commit is contained in:
Your Name 2025-01-31 18:39:54 +00:00
parent dbd7ed5533
commit 81e13fd02f
2 changed files with 4 additions and 8 deletions

View file

@ -13,4 +13,5 @@ jobs:
with:
CI_DEPLOY: ${{ secrets.CI_DEPLOY }}
PUBLICATOR: ${{ secrets.PUBLICATOR }}
REPO_DEPLOY: ${{ secrets.REPO_DEPLOY }}

11
.gitignore vendored
View file

@ -1,8 +1,3 @@
# benchmark logs
clang-gcc*.log
# build artefacts
BUILD
BUILDROOT
*.tar*
*.asc
TEST
.*~
*~
.env