diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-09 20:12:59 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-09 20:12:59 +0800 |
commit | e165344ab55e98e27e13f7024b6143aa84518489 (patch) | |
tree | b5ebdc6a7b2c2ba85bcf3c37771b79f3531a1e02 /.gitignore | |
parent | a1e538564d4b2a60be70a32ec39afdba249ce37d (diff) |
Add support for Autotools
though the resulting library is not right yet.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 |