From 2b65014d4efa182a73cf7f2795941478c15cf2b0 Mon Sep 17 00:00:00 2001 From: heinrich5991 Date: Tue, 25 Dec 2018 21:37:06 +0100 Subject: [PATCH] Add library paths to gitignore Thanks to @ChillerDragon. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3d102c096..41bc0ea83 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ /objs /other/*/include /other/*/lib +/other/*/linux +/other/*/mac +/other/*/windows __pycache__/ *.dll *.pyc