From acba01a1b10b2c2ec38aede56cc96533c26a8a15 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Wed, 6 Aug 2025 08:31:32 -0400 Subject: [PATCH] ci(.gitignore): updated .gitignore to allow pybind11.wrap --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 18a83ef..218767d 100644 --- a/.gitignore +++ b/.gitignore @@ -73,6 +73,7 @@ subprojects/libconfig/ subprojects/libconstants/ subprojects/liblogging/ subprojects/eigen-*/ +!subprojects/pybind11.wrap *.csv *.dot @@ -80,7 +81,6 @@ subprojects/eigen-*/ qhull.wrap quill.wrap yaml-cpp.wrap -pybind11.wrap .vscode/