From edd63da01badadcc642d41aeae59fa4b00878b58 Mon Sep 17 00:00:00 2001 From: weiping Date: Mon, 8 Jan 2018 09:12:52 +0800 Subject: [PATCH] ignore dll files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5db04d7e..43ed4982 100644 --- a/.gitignore +++ b/.gitignore @@ -40,4 +40,6 @@ hs_err_pid* # Maven target /bin/ -!.mvn/wrapper/maven-wrapper.jar \ No newline at end of file +!.mvn/wrapper/maven-wrapper.jar + +*.dll \ No newline at end of file