diff options
Diffstat (limited to 'ext/pybind11/.gitignore')
-rw-r--r-- | ext/pybind11/.gitignore | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ext/pybind11/.gitignore b/ext/pybind11/.gitignore new file mode 100644 index 000000000..c444c17ed --- /dev/null +++ b/ext/pybind11/.gitignore @@ -0,0 +1,37 @@ +CMakeCache.txt +CMakeFiles +Makefile +cmake_install.cmake +.DS_Store +*.so +*.pyd +*.dll +*.sln +*.sdf +*.opensdf +*.vcxproj +*.filters +example.dir +Win32 +x64 +Release +Debug +.vs +CTestTestfile.cmake +Testing +autogen +MANIFEST +/.ninja_* +/*.ninja +/docs/.build +*.py[co] +*.egg-info +*~ +.DS_Store +/dist +/build +/cmake/ +.cache/ +sosize-*.txt +pybind11Config*.cmake +pybind11Targets.cmake |