12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- CMakeCache.txt
- CMakeFiles
- Makefile
- cmake_install.cmake
- cmake_uninstall.cmake
- .DS_Store
- *.so
- *.pyd
- *.dll
- *.sln
- *.sdf
- *.opensdf
- *.vcxproj
- *.vcxproj.user
- *.filters
- example.dir
- Win32
- x64
- Release
- Debug
- .vs
- CTestTestfile.cmake
- Testing
- autogen
- MANIFEST
- /.ninja_*
- /*.ninja
- /docs/.build
- *.py[co]
- *.egg-info
- *~
- .*.swp
- .DS_Store
- /dist
- /*build*
- .cache/
- sosize-*.txt
- pybind11Config*.cmake
- pybind11Targets.cmake
- /*env*
- /.vscode
- /pybind11/include/*
- /pybind11/share/*
|