From 29b36eebd46d52d3b229993c471fcaa270d0c257 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 19 Mar 2021 02:56:49 +0000 Subject: configure: create, to generate config.h This will allow programs to refer to BINDIR to find other ucspi-vsock programs, which allows programs to be implemented in terms of each other. Message-Id: <20210319025648.17925-4-hi@alyssa.is> Reviewed-by: Cole Helbling --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a63eff4..89a0408 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# SPDX-FileCopyrightText: 2020 Alyssa Ross +# SPDX-FileCopyrightText: 2020-2021 Alyssa Ross *.o +*.tmp vsockclient vsockserver +config.h +Makefile -- cgit 1.4.1