From 5fb98df7b32417914e9b282e91987199416d0a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 21:15:13 +0200 Subject: Adding upstream version 1.0.3. Signed-off-by: Daniel Baumann --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..364044f --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Ignore swap and backup files used by some editors. +*~ +*.swp + +# Ignore final build artifacts (for the legacy Makefile). +ipcalc +out.tmp + +# Ignore the default out-of-tree build directory (for Meson). +/build -- cgit v1.2.3