diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 00:23:20 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 00:23:20 (EDT) |
commit | c0c9171f07979141be475e42ff2be4af5730c7f7 (patch) | |
tree | 04677865cf2a334bc948498046b6df557deeadb6 /.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/ |