From 1453fb3e72c5721c4480f409ae9ca2c4db5f8b87 Mon Sep 17 00:00:00 2001 From: Igor Kulaychuk Date: Fri, 15 Jun 2018 15:26:07 +0300 Subject: [PATCH] Add *.dll and *.pdb to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5483ce8..3d25c46 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ CMakeLists.txt.user *.o *.so *.a +*.dll +*.pdb -- 2.7.4