Overview
Comment: | Fixed issue where coverage files were not cleaned up and ignored |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2f92a3a715a7ed5e64481efed25f211d |
User & Date: | rkeene on 2019-09-17 20:43:30 |
Other Links: | manifest | tags |
Context
2019-09-17
| ||
21:35 | Optimized path name lookup check-in: c1c3fa70b5 user: rkeene tags: trunk | |
20:43 | Fixed issue where coverage files were not cleaned up and ignored check-in: 2f92a3a715 user: rkeene tags: trunk | |
20:38 | Updated to format test results more pleasingly check-in: e6735bc1dd user: rkeene tags: trunk | |
Changes
Modified .fossil-settings/ignore-glob from [80a9cce5d4] to [4e07ae192a].
1 2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - - - - + + + + + + + + + + - - - + + + + + | example.c.new example.c |
Modified Makefile from [fcfa279168] to [e3065892de].
︙ | |||
71 72 73 74 75 76 77 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 | + - + + + | clean: rm -f xvfs-create-standalone.new xvfs-create-standalone rm -f example.c example.c.new rm -f example-standalone$(LIB_SUFFIX) example-standalone.o rm -f example-client.o example-client$(LIB_SUFFIX) rm -f example-flexible.o example-flexible$(LIB_SUFFIX) rm -f xvfs.o xvfs$(LIB_SUFFIX) rm -f example-standalone.gcda example-standalone.gcno |