1 -----------------------------------------------------------------------------
2 Various guidelines/recommended usage for valgrind SVN
3 -----------------------------------------------------------------------------
5 Update the ignore property
6 ==========================
7 For various type of files, the ignore property of the directory
8 containing these files is to be updated.
10 * Here is an example for a new test case:
12 ? memcheck/tests/ppc32/power_ISA2_07
13 ? memcheck/tests/ppc64/power_ISA2_07
17 $ cd memcheck/tests/ppc32
18 $ svn propget svn:ignore . > ignore-me
19 ...edit ignore-me, add executable to the list...
20 $ svn propset svn:ignore . -F ignore-me
24 This is best done when a new testcase is added.
26 * When adding a directory, look at the ignore property of a similar
27 directory for inspiration e.g.
28 $ svn propget svn:ignore auxprogs
33 libmpiwrap-x86-darwin.so.dSYM