diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-27 23:41:31 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-27 23:41:31 +0800 |
commit | 65a334cf2fe2d7d524c129f0df765463a91f542c (patch) | |
tree | d182a3e1b474dfd9329357154a1a618a199cdebb /.gitignore |
Shipping API client framework
with 1 module so far.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dc14edf --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +.deps +.libs +*.la +*.lo +*.o +*.swp +aclocal.m4 +autoscan-2.69.log +ar-lib +autom4te.cache +build* +compile +config.* +configure +depcomp +install-sh +libtool +ltmain.sh +Makefile +Makefile.in +missing +stamp-h1 |