From f3540e5cd9ec312f3106700612190479680bad62 Mon Sep 17 00:00:00 2001 From: QueenOfSquiggles <8940604+QueenOfSquiggles@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:25:23 -0500 Subject: [PATCH] Fixed tracking binaries --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 430fc09..0147902 100644 --- a/.gitignore +++ b/.gitignore @@ -2,10 +2,11 @@ doc/** !doc/.gdignore -debug/ -target/ + # allowing binaries in git isn't a great fix in terms of usability. But it improves my workflow so I'm doing it +target/** + # allow debug binaries !target/debug/libsqore.so !target/debug/sqore.dll @@ -17,8 +18,7 @@ target/ !target/release/libsqore.dylib - - +debug/ Cargo.lock sqore_release.zip *.json