diff options
Diffstat (limited to '3rdparty/pybind11/.gitignore')
-rw-r--r-- | 3rdparty/pybind11/.gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/3rdparty/pybind11/.gitignore b/3rdparty/pybind11/.gitignore index 979fd443..3f36b89e 100644 --- a/3rdparty/pybind11/.gitignore +++ b/3rdparty/pybind11/.gitignore @@ -2,6 +2,7 @@ CMakeCache.txt CMakeFiles Makefile cmake_install.cmake +cmake_uninstall.cmake .DS_Store *.so *.pyd @@ -10,6 +11,7 @@ cmake_install.cmake *.sdf *.opensdf *.vcxproj +*.vcxproj.user *.filters example.dir Win32 @@ -30,9 +32,12 @@ MANIFEST .*.swp .DS_Store /dist -/build -/cmake/ +/*build* .cache/ sosize-*.txt pybind11Config*.cmake pybind11Targets.cmake +/*env* +/.vscode +/pybind11/include/* +/pybind11/share/* |