From 28534cf1a8d692687d9f40c3be622e0945b5a2ee Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Fri, 8 Jul 2022 07:33:45 +0200 Subject: linux scipy/linalg libraries: ELF (#1714) * do not strip any scipy library for linux * apply settings to debug formats * use fixed pyembroidery Co-authored-by: Lex Neva --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1158c454..a64cb5ed 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ locales/ /src/ .DS_STORE .DS_Store +/PROFILE +/profile_stats +/profile_stats.prof -- cgit v1.3.1