From 76d61fc19619718db8094481a60e4c9dfd4f6993 Mon Sep 17 00:00:00 2001 From: SoulBasic <690204874@qq.com> Date: Fri, 30 Oct 2020 14:26:11 +0800 Subject: [PATCH] ignore more useless files --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c4efe2..66ec78b 100644 --- a/.gitignore +++ b/.gitignore @@ -258,4 +258,7 @@ paket-files/ # Python Tools for Visual Studio (PTVS) __pycache__/ -*.pyc \ No newline at end of file +*.pyc + +#dynamic link lib +*.dll \ No newline at end of file