Gittyup/.gitignore
Michael Werle 6185b8442d build: update cl-format.sh to force v13 of clang-format
The script was designed to find the latest version of clang-format, however, this project currently specifically requires the use of v13. We now only check for v13 of clang-format.

Secondly, for cmake-format the script also requires a specific version. Instead of installing that unmanaged version globally we now install it inside a python venv.
2023-08-30 07:27:55 +09:00

11 lines
113 B
Plaintext

build
.DS_Store
.project
.vscode/
CMakeLists.txt.user
cmake-build-debug/
cmake-build-release/
build
.idea/
.venv