aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: a5707a7486839c8f34464b6dd6356ceddc32ad64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Development
*.pem
out/

# CMake
cmake-build-*/
CMakeLists.txt

# Ninja
.ninja_*

# IDE
.idea/