summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 1ccdd63d49e9b1e190003d165dacecf03f461ed1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# build result
./vtcol

# build side-effects
target/*

# Vim session files
*.vim

# organizational
todo