From 1efbc1a9eced6ec245c80729d15a7c30c476dc79 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 12 Feb 2024 17:35:20 -0500 Subject: [PATCH] Add .gitignore to ignore built files Signed-off-by: Michael Jeanson --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..f92bbf14 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +*~ +*.o +*.a +*.la +*.lo +*.exe +.libs +.deps +.dirstamp +Makefile +Makefile.in + +/aclocal.m4 +/autom4te.cache/ +/build-aux/ +/config.h +/config.h.in +/config.log +/config.status +/configure +/kyua.conf +/src/mlmmj-bounce +/src/mlmmj-list +/src/mlmmj-maintd +/src/mlmmj-make-ml +/src/mlmmj-process +/src/mlmmj-receive +/src/mlmmj-send +/src/mlmmj-sub +/src/mlmmj-unsub +/stamp-h1 +/tests/fakesmtpd +/tests/functional-tests +/tests/mlmmj +/tests/mlmmj-bounce +/tests/mlmmj-list +/tests/mlmmj-maintd +/tests/mlmmj-process +/tests/mlmmj-receive +/tests/mlmmj-send +/tests/mlmmj-sub +/tests/test_env.sh -- 2.47.2