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

# editors
.vscode/
.idea/
*.swp

# OS
.DS_Store

external/
*.log
*.ini