From 15142f149bfeea8737e290b80ad5f0a59eb0580f Mon Sep 17 00:00:00 2001 From: Andrew Lee Rubinger Date: Sat, 27 Jul 2024 04:39:07 -0700 Subject: [PATCH] Issue #94: .gitignore to not commit native libraries --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1aa47c23..5fe34dd2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,10 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +# Do not put native binaries in source control +bound/kt/src/main/resources/*.dylib +bound/kt/src/main/resources/*.so + # --- .hermit/