summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: e70b181d5326f69fe79a3021b1345206970b58eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# The typical build output directory
/build/

# Sub-projects
/subprojects/

# Compilation database
compile_commands.json
.clangd/

# direnv configuration file
.envrc

# IDE settings
/.vscode/