summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 000c70cb246dee8e59d64829f430b4fb16d57af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# build artifacts
/build/
/build-*/
CMakeFiles/
CMakeCache.txt
Makefile
*.o
*.obj
*.exe
*.dll
*.so
*.dylib

# editors
.vscode/
.idea/
*.swp

# OS
.DS_Store