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

# CLion
.idea

# Visual Studio Code
.vscode

# Meson
build*