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

# build side-effects
Cargo.lock
target/*

# Vim session files
*.vim

# organizational
todo