From a300adf15342aa4d3b030698d40d61edb6272ea0 Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期二, 07 九月 2021 11:51:20 +0800
Subject: [PATCH] resize the buf allocation as dynamic allocate.

---
 .gitignore |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index f2d51ac..4064938 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,14 @@
 # Compiled Static libraries
 *.lai
 *.la
+# Compiled Dynamic libraries
+*.dylib
+*.dll
+
+# Compiled Static libraries
+*.lai
+*.la
+*.lib
 
 # Executables
 *.exe
@@ -29,4 +37,13 @@
 *.app
 *.tar
 *.tar.gz
+*.d
 .vscode/
+.idea/
+
+build/
+dest/
+cmake-build-debug/
+*.tmp
+core
+tags

--
Gitblit v1.8.0