.gitignore 452 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. CMakeCache.txt
  2. CMakeFiles
  3. Makefile
  4. cmake_install.cmake
  5. cmake_uninstall.cmake
  6. .DS_Store
  7. *.so
  8. *.pyd
  9. *.dll
  10. *.sln
  11. *.sdf
  12. *.opensdf
  13. *.vcxproj
  14. *.vcxproj.user
  15. *.filters
  16. example.dir
  17. Win32
  18. x64
  19. Release
  20. Debug
  21. .vs
  22. CTestTestfile.cmake
  23. Testing
  24. autogen
  25. MANIFEST
  26. /.ninja_*
  27. /*.ninja
  28. /docs/.build
  29. *.py[co]
  30. *.egg-info
  31. *~
  32. .*.swp
  33. .DS_Store
  34. /dist
  35. /*build*
  36. .cache/
  37. sosize-*.txt
  38. pybind11Config*.cmake
  39. pybind11Targets.cmake
  40. /*env*
  41. /.vscode
  42. /pybind11/include/*
  43. /pybind11/share/*