mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-05 03:58:41 +00:00
0cc5f87058
* Fix judger/log/
* fix(judger): Let judger work on ubuntu 20.04
Judger stops working since 9a6f16cf1d
, this commit allows judger continue working.
* fix(web): update faq.php
21 lines
445 B
Plaintext
21 lines
445 B
Plaintext
.conf.json
|
|
log/*
|
|
!/log/.gitkeep
|
|
uoj_judger/builtin/checker/*
|
|
!uoj_judger/builtin/checker/*.cpp
|
|
!uoj_judger/builtin/checker/*.h
|
|
uoj_judger/builtin/judger/*
|
|
!uoj_judger/builtin/judger/*.cpp
|
|
!uoj_judger/builtin/judger/*.h
|
|
uoj_judger/data
|
|
uoj_judger/include/uoj_work_path.h
|
|
uoj_judger/main_judger
|
|
uoj_judger/run/*
|
|
!uoj_judger/run/*.cpp
|
|
!uoj_judger/run/*.h
|
|
uoj_judger/work/*
|
|
uoj_judger/result/*
|
|
!uoj_judger/work/.gitkeep
|
|
!uoj_judger/result/.gitkeep
|
|
|