From 509cf5db80c1d8919e19e1e061f2014e1ff3caf7 Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期三, 05 八月 2020 19:44:03 +0800
Subject: [PATCH] udpate

---
 .gitignore |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index d37cf8e..9900498 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,7 +12,6 @@
 *.pch
 
 # Compiled Dynamic libraries
-*.so
 *.dylib
 *.dll
 
@@ -23,7 +22,13 @@
 # Compiled Static libraries
 *.lai
 *.la
-*.a
+# Compiled Dynamic libraries
+*.dylib
+*.dll
+
+# Compiled Static libraries
+*.lai
+*.la
 *.lib
 
 # Executables
@@ -33,3 +38,9 @@
 *.tar
 *.tar.gz
 .vscode/
+.idea/
+
+build/
+*.tmp
+*.txt
+core

--
Gitblit v1.8.0