From 25c292662aef59c66e5389c86e0127fa75ef5210 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 25 Aug 2016 12:21:39 +0200 Subject: [PATCH] Ignore static libraries and object files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d5df113..500250f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ +# Binary +*.[oa] + +# D .dub __test__*__