diff options
author | jak1 <jak1@themanaworld.org> | 2023-04-03 00:59:43 +0200 |
---|---|---|
committer | jak1 <jak1@themanaworld.org> | 2023-04-03 00:59:43 +0200 |
commit | 386a47710b235051eedf254f56b01972096aac7e (patch) | |
tree | e50382c53b560820908d7d6ede9298aaa9b2f686 /.gitignore | |
parent | ba86f9667c61670cb0fa90c10dd079ceddd24306 (diff) | |
download | plus-386a47710b235051eedf254f56b01972096aac7e.tar.gz plus-386a47710b235051eedf254f56b01972096aac7e.tar.bz2 plus-386a47710b235051eedf254f56b01972096aac7e.tar.xz plus-386a47710b235051eedf254f56b01972096aac7e.zip |
CI: fixed some apt issues (some vars are usable, some are not TF dont deprecate working stuff <_<)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8261596c7..bf274d538 100644 --- a/.gitignore +++ b/.gitignore @@ -176,4 +176,7 @@ src/resources/image/image.h.gch # linters mplint -cpplint.py
\ No newline at end of file +cpplint.py + +# local gitlab-ci +.gitlab-ci-local/ |