|
From: Petar J. <pe...@so...> - 2019-12-31 12:11:08
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=741a51fba6f738a4a932e40b1e88ef64ccfed72e commit 741a51fba6f738a4a932e40b1e88ef64ccfed72e Author: Petar Jovanovic <mip...@gm...> Date: Tue Dec 31 12:09:34 2019 +0000 update .gitignore with /none/tests/sigprocmask Add /none/tests/sigprocmask to .gitignore. Diff: --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ae2cdc9..0d6f3af 100644 --- a/.gitignore +++ b/.gitignore @@ -1440,6 +1440,7 @@ /none/tests/sha1_test /none/tests/shortpush /none/tests/shorts +/none/tests/sigprocmask /none/tests/sigstackgrowth /none/tests/sigsusp /none/tests/smc1 |