From cc6224d6e7b3f451a3ee7ecfcc7a071552498388 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 15 四月 2021 10:11:16 +0800 Subject: [PATCH] use list<array> to avoid copy buffer. --- .gitignore | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 5c7daa3..d6ac3de 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,11 @@ *.un~ build/ +debug/ +release/ Makefile utest/utest +*.bak +gmon.out +box/bhshmqbox +box/bhshmq_center +box/help -- Gitblit v1.8.0