2016-11-01 18:47:32 +00:00
|
|
|
/bin
|
|
|
|
/build3/gmake
|
2019-07-11 21:43:57 +00:00
|
|
|
/build3/vs2010
|
2016-11-01 18:47:32 +00:00
|
|
|
/build_cmake/
|
2017-08-10 20:46:34 +00:00
|
|
|
|
|
|
|
*.pyc
|
2017-08-26 01:08:53 +00:00
|
|
|
|
|
|
|
# Python
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# Pip
|
|
|
|
pip-selfcheck.json
|
|
|
|
*.whl
|
|
|
|
*.egg
|
|
|
|
*.egg-info
|
|
|
|
|
|
|
|
# Setuptools
|
|
|
|
/build
|
|
|
|
/dist
|
|
|
|
*.eggs
|
2019-11-25 00:40:54 +00:00
|
|
|
|
|
|
|
# CMake
|
|
|
|
CMakeFiles/
|
|
|
|
CMakeCache.txt
|
|
|
|
cmake_install.cmake
|
|
|
|
CTestTestFile.cmake
|
|
|
|
|
|
|
|
# Visual Studio build files
|
|
|
|
*.vcxproj
|
|
|
|
*.vcxproj.filters
|
|
|
|
*.sln
|
2019-12-18 20:28:14 +00:00
|
|
|
|
|
|
|
# Apple Finder metadata
|
|
|
|
*.DS_Store
|
2020-05-06 18:03:39 +00:00
|
|
|
|
|
|
|
# vim temp files
|
|
|
|
*.swp
|
2022-03-08 00:35:07 +00:00
|
|
|
|
|
|
|
.vscode/
|
|
|
|
.idea/
|
|
|
|
cmake-build-debug/
|