summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7285b8b4c226f48788e9285774beb4ab7f0c16f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# CLion stuff
.idea
cmake-build-*

# Vim stuff
*.swp

# My CMake build
build

# Test artifacts
sycltest
*.o
*.s
*.ll