diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-01 17:48:47 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-08-01 18:20:15 (EDT) |
commit | 822276704a60be901f191054685cffeaae99824e (patch) | |
tree | 8c7e29d223e5956e1286c169febef00b748d3fb6 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8832d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Work area +tmp/ |