mirror of https://github.com/Kitware/CMake.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
280 B
23 lines
280 B
# Exclude MacOS Finder files.
|
|
.DS_Store
|
|
|
|
*.user*
|
|
|
|
*.pyc
|
|
|
|
Help/_generated
|
|
Testing
|
|
CMakeUserPresets.json
|
|
|
|
# Visual Studio work directory
|
|
.vs/
|
|
# Visual Studio build directory
|
|
out/
|
|
|
|
# Visual Studio Code
|
|
.vscode/
|
|
|
|
# CLion work directory
|
|
.idea/
|
|
# CLion build directories
|
|
cmake-build-*/
|