poke-devel
[Top][All Lists]
Advanced

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

[PATCH] maint: Ignore files created during 'make check'


From: Eric Blake
Subject: [PATCH] maint: Ignore files created during 'make check'
Date: Mon, 24 Feb 2020 16:43:35 -0600

* .gitignore: Ignore files created during 'make check'.
---

Yeah, I know this only affects people that do in-tree builds, and
that if I were to use VPATH I wouldn't run into it...

 .gitignore | 3 +++
 ChangeLog  | 4 ++++
 2 files changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index b3319f65..8f103e76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,6 @@ config.h.in
 /src/pvm-vm.h
 /src/pvm-vm1.c
 /src/pvm-vm2.c
+/testsuite/poke.log
+/testsuite/poke.sum
+/testsuite/site.exp
diff --git a/ChangeLog b/ChangeLog
index 0257edd4..63db3969 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-24  Eric Blake  <address@hidden>
+
+       * .gitignore: Ignore files created during 'make check'.
+
 2020-02-24  Eric Blake  <address@hidden>

        * src/pk-term.c (pk_term_init): Use correct conditional.
-- 
2.24.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]