From 2f3f5213b8daf5f11f80ea93ad560a85487a09f3 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 19 Jan 2020 15:29:09 +0100 Subject: [PATCH] Git: Added Linux output directory to .gitignore. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bbabb89..d9ae590 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,5 @@ cmake-build-debug/ /x64/ /Release/ /Debug/ +.libs64/ +.libs32/ -- GitLab