summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 01275f27d268e56e7b47cab7c83a26559008a3de (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
*.o
*.optrpt
*.s
*.ll