From 42d714eded0d33a28bd46a3a6edd51263391589a Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Fri, 8 Dec 2017 19:30:35 +0100 Subject: [PATCH] gitignore: ignore executable and library outputs --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c85379c..f793551 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,9 @@ *_REMOTE_* *_LOCAL_* +*.a +*.dll +*.exe *.opensdf *.orig *.sdf