bullet3/.gitignore

43 lines
406 B
Plaintext
Raw Normal View History

2016-11-01 18:47:32 +00:00
/bin
/build3/gmake
/build3/vs2010
2016-11-01 18:47:32 +00:00
/build_cmake/
2017-08-10 20:46:34 +00:00
*.pyc
# Python
__pycache__/
*.py[cod]
# Pip
pip-selfcheck.json
*.whl
*.egg
*.egg-info
# Setuptools
/build
/dist
*.eggs
# 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
# vim temp files
*.swp
.vscode/
.idea/
cmake-build-debug/