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

# build side-effects
target/*

# Vim session files
*.vim

# organizational
todo

# cargo junk
Cargo.lock

# manpage
doc/vtcol.1.gz