From 4c5c59b2a58f724623987decf82c8a0e50c5aa7b Mon Sep 17 00:00:00 2001 From: MintoDA1 <51412913+MintoDA1@users.noreply.github.com> Date: Thu, 17 Aug 2023 15:57:00 -0400 Subject: [PATCH] Fixed up igore file in main python directory --- swiftest/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/swiftest/.gitignore b/swiftest/.gitignore index 0e82c83de..788ac953b 100644 --- a/swiftest/.gitignore +++ b/swiftest/.gitignore @@ -1,4 +1,5 @@ !_bindings.h !_bindings.pyx !CMakeLists.txt -*.py \ No newline at end of file +!*.py +!tests