Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make/unit-tests Ignore temporary files from running ...



details:   https://anonhg.NetBSD.org/src/rev/89e880a44e5e
branches:  trunk
changeset: 461557:89e880a44e5e
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sat Nov 30 02:35:28 2019 +0000

description:
Ignore temporary files from running the unit tests

diffstat:

 usr.bin/make/unit-tests/.cvsignore |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (7 lines):

diff -r ec411b76ea4b -r 89e880a44e5e usr.bin/make/unit-tests/.cvsignore
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/make/unit-tests/.cvsignore        Sat Nov 30 02:35:28 2019 +0000
@@ -0,0 +1,3 @@
+*.out
+*.rawout
+*.status



Home | Main Index | Thread Index | Old Index