mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 16:13:53 +00:00
cd061aeef1
* style: disallow PyTest (should be pytest) * style: cleanup spell checking a bit * style: add a few items to the .gitignore
46 lines
487 B
Plaintext
46 lines
487 B
Plaintext
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/*
|
|
/docs/_build/*
|
|
.ipynb_checkpoints/
|