diff options
author | wineway <wangyuweihx@gmail.com> | 2022-08-06 13:14:44 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-08-11 14:25:58 +0200 |
commit | c8340822cfe269121e638c1e44d2ba5b8fe70b03 (patch) | |
tree | 101b1d665d9583220760c5a0e632b885d7ef3468 /.gitignore | |
parent | Merge pull request #24260 from systemd/coverity-update (diff) | |
download | systemd-c8340822cfe269121e638c1e44d2ba5b8fe70b03.tar.xz systemd-c8340822cfe269121e638c1e44d2ba5b8fe70b03.zip |
core/cgroup: CPUWeight/CPUShares support idle input
Signed-off-by: wineway <wangyuweihx@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7b6d0a376e..8aa363eac4 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ __pycache__/ /mkosi.default.d/**/*local*.conf /tags .dir-locals-2.el +.vscode/ |