diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2015-05-03 17:02:06 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2015-05-03 17:02:06 +0200 |
commit | cc3ef38eb4da9d90db6925833a923f78266dc9fa (patch) | |
tree | 2e59111f6f58ed91cdac01a246837be91100c5b5 | |
parent | cc992f3160241a6dc9d47a0192a11cff8f9e0617 (diff) | |
download | vtcol-cc3ef38eb4da9d90db6925833a923f78266dc9fa.tar.gz |
add gitignore
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21de933 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# build result +vtcol + +# build side-effects +Cargo.lock +target/* + +# Vim session files +*.vim + +# organizational +todo + |