From ac432c2cce1abd181c7982a8c63d6ba826998f01 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Sat, 9 Dec 2017 23:21:28 +0100 Subject: [PATCH] gitignore: ignore some compiler outputs --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f793551..b33bfa8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,10 @@ *.a *.dll *.exe +*.exp +*.ilk +*.lib +*.pdb *.opensdf *.orig *.sdf