]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Add .gitignore to ignore built files 15/head
authorMichael Jeanson <mjeanson@debian.org>
Mon, 12 Feb 2024 22:35:20 +0000 (17:35 -0500)
committerMichael Jeanson <mjeanson@debian.org>
Wed, 14 Feb 2024 21:57:48 +0000 (16:57 -0500)
Signed-off-by: Michael Jeanson <mjeanson@debian.org>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..f92bbf1
--- /dev/null
@@ -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