diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-20 05:27:35 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-07-20 05:27:35 (EDT) |
commit | 3504f5fe14409255d354e3b3071a0a099eb880b4 (patch) | |
tree | 81e75ea725afed8335a8f25d9c3dc4288df83225 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..213a9bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +*-*.orig.tar.* + +# Work area +tmp/ |