From 27bb394bc0bf2ca66d06931bf1e73a3e20d5741a Mon Sep 17 00:00:00 2001 From: axtloss Date: Thu, 26 Sep 2024 15:15:16 +0200 Subject: Add author section to manpages --- .gitignore | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3f8c65b..2691824 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,26 @@ *.so *.o *.pc -*# +*#* *.~undo-tree~ -*~ \ No newline at end of file +*~ +*lo +*la +config.* +depcomp +install-sh +libtool +ltmain.sh +aclocal.m4 +ar-lib +autom4te.cache +compile +configure +m4/ +missing +Makefile +Makefile.in +src/.deps/ +src/.libs/ +stamp-h1 +tests/test \ No newline at end of file -- cgit v1.2.3