nextpnr/3rdparty/pybind11/.gitignore

47 lines
502 B
Plaintext
Raw Normal View History

2020-07-23 14:58:19 +08:00
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
2021-01-02 17:15:39 +08:00
cmake_uninstall.cmake
2020-07-23 14:58:19 +08:00
.DS_Store
*.so
*.pyd
*.dll
*.sln
*.sdf
*.opensdf
*.vcxproj
2021-01-02 17:15:39 +08:00
*.vcxproj.user
2020-07-23 14:58:19 +08:00
*.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
2021-01-02 17:15:39 +08:00
/*build*
2020-07-23 14:58:19 +08:00
.cache/
sosize-*.txt
pybind11Config*.cmake
pybind11Targets.cmake
2021-01-02 17:15:39 +08:00
/*env*
/.vscode
/pybind11/include/*
/pybind11/share/*
/docs/_build/*
.ipynb_checkpoints/
2025-01-21 22:23:10 +08:00
tests/main.cpp