diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-06-30 19:05:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-30 19:05:56 +0200 |
commit | 74d8f1c55b5aa46d2745fa4a74ae9fced6a3cab8 (patch) | |
tree | f25c50b7554b2e02dd42e2403c5e12c605b19be9 /.gitignore | |
parent | ethtool: fix half-duplex / full-duplex confusion (#6209) (diff) | |
parent | tests: add test-random-util (diff) | |
download | systemd-74d8f1c55b5aa46d2745fa4a74ae9fced6a3cab8.tar.xz systemd-74d8f1c55b5aa46d2745fa4a74ae9fced6a3cab8.zip |
Merge pull request #6194 from keszybz/urandom-magic
Fall back to /dev/urandom less and other random number improvements.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bc47db6481..8c4331e54f 100644 --- a/.gitignore +++ b/.gitignore @@ -267,6 +267,7 @@ /test-process-util /test-pty /test-qcow2 +/test-random-util /test-ratelimit /test-replace-var /test-resolve |