From cc6bec3330c29cc29f54d3e3d919d510f0197641 Mon Sep 17 00:00:00 2001
From: wzq <wzq@localhost.localdomain>
Date: 星期六, 22 八月 2020 19:35:42 +0800
Subject: [PATCH] update

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

diff --git a/.gitignore b/.gitignore
index f2d51ac..9900498 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
@@ -30,3 +38,9 @@
 *.tar
 *.tar.gz
 .vscode/
+.idea/
+
+build/
+*.tmp
+*.txt
+core

--
Gitblit v1.8.0