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

# editors
.vscode/
.idea/
*.swp

# OS
.DS_Store

external/