|
From: Philippe W. <phi...@so...> - 2018-04-14 19:45:57
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=718b47e184bc090b9f2a5f22904f59a272c9018d commit 718b47e184bc090b9f2a5f22904f59a272c9018d Author: Philippe Waroquiers <phi...@sk...> Date: Sat Apr 14 21:45:08 2018 +0200 ignore .dirstamp file appearing in helgrind/tests directory Diff: --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2eb2683..b671e72 100644 --- a/.gitignore +++ b/.gitignore @@ -641,6 +641,7 @@ /helgrind/tests/*.stdout.diff* /helgrind/tests/*.stdout.out /helgrind/tests/.deps +/helgrind/tests/.dirstamp /helgrind/tests/annotate_hbefore /helgrind/tests/annotate_rwlock /helgrind/tests/bar_bad |