Skip to content

Commit 0964144

Browse files
committed
Add pybind11 submodule and update .gitignore
1 parent faecfbe commit 0964144

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ CMakeLists.txt.user.*
88
docs/_build
99
*.asv
1010
build/
11-
.vscode/
11+
.vscode/
12+
src/wrapping/external/pybind11

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "src/wrapping/external/pybind11"]
2+
path = src/wrapping/external/pybind11
3+
url = https://github.com/pybind/pybind11.git

src/wrapping/external/pybind11

Submodule pybind11 added at c5dc6f9

0 commit comments

Comments
 (0)