shift-shell/.gitignore
Marco Allegretti d18c2acadb Ignore build-prefix directory and preview script
.prefix/ holds the local install tree used for testing.
preview.sh is a developer convenience script.
2026-04-09 10:15:57 +02:00

23 lines
247 B
Text

# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
build
*.config
*.creator
*.files
*.includes
*.user
/.clang-format
/.clangd
/compile_commands.json
.idea
/cmake-build*
.cache
.vscode/
.kdev4/
*.kdev4
/build*
.prefix/
preview.sh