aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 301b324e5a3b487025ce78c98e3240c584ff2146 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CMake
cmake*
CMakeLists.txt

# CLion
.idea

# Visual Studio Code
.vscode

# Meson
build*

# clangd
.cache