From bac0750048650cc2d28b39461ef9d80f439ab94b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 22 Aug 2016 16:21:14 +0200 Subject: Minor fixes and cleanups --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a0c7e80..01994ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,13 @@ # Compiler/linker output. # -*.o *.d +*.o +*.obj *.so +*.dll *.a +*.lib +*.exp *.exe -*.dll -core +*.exe.dlls/ +*.exe.manifest -- cgit v1.1