summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-03-19 02:56:49 +0000
committerAlyssa Ross <hi@alyssa.is>2021-03-21 14:30:45 +0000
commit29b36eebd46d52d3b229993c471fcaa270d0c257 (patch)
treef024a70606ed02017fe8a4e786b0195c059f83a4 /.gitignore
parentb1a2b237ca56d941d92c7e1fabc0b3da3e8de10e (diff)
downloaducspi-vsock-29b36eebd46d52d3b229993c471fcaa270d0c257.tar
ucspi-vsock-29b36eebd46d52d3b229993c471fcaa270d0c257.tar.gz
ucspi-vsock-29b36eebd46d52d3b229993c471fcaa270d0c257.tar.bz2
ucspi-vsock-29b36eebd46d52d3b229993c471fcaa270d0c257.tar.lz
ucspi-vsock-29b36eebd46d52d3b229993c471fcaa270d0c257.tar.xz
ucspi-vsock-29b36eebd46d52d3b229993c471fcaa270d0c257.tar.zst
ucspi-vsock-29b36eebd46d52d3b229993c471fcaa270d0c257.zip
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 <cole.e.helbling@outlook.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
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 <hi@alyssa.is>
+# SPDX-FileCopyrightText: 2020-2021 Alyssa Ross <hi@alyssa.is>
 
 *.o
+*.tmp
 vsockclient
 vsockserver
+config.h
+Makefile