From e165344ab55e98e27e13f7024b6143aa84518489 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 9 Jun 2021 20:12:59 +0800 Subject: Add support for Autotools though the resulting library is not right yet. --- .gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bb18bf8..9378f72 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,28 @@ +*~ +*.la +*.lo +*.o *.swp +.deps +.libs CMakeLists.txt.user +Makefile +Makefile.am.user* +Makefile.in +aclocal.m4 +ar-lib +autom4te.cache +autoscan-2.69.log build* +compile +config.* +configure +configure.scan +depcomp html +install-sh +libtool +ltmain.sh +m4 +missing +stamp-h1 -- cgit v1.2.3