Add library paths to gitignore

Thanks to @ChillerDragon.
This commit is contained in:
heinrich5991 2018-12-25 21:37:06 +01:00
parent 6e0d3139c8
commit 2b65014d4e

3
.gitignore vendored
View file

@ -5,6 +5,9 @@
/objs /objs
/other/*/include /other/*/include
/other/*/lib /other/*/lib
/other/*/linux
/other/*/mac
/other/*/windows
__pycache__/ __pycache__/
*.dll *.dll
*.pyc *.pyc