diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-06 07:24:15 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-06 07:38:46 (EST) |
commit | 86214520a76597ba1659273b0f4ed7f3dae1737a (patch) | |
tree | 95d50e9af2cd37a6095fbb445e15a1015ec6f358 /.gitignore |
Initial release
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dd90d0e --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +# Vim swap and other dot files +.* +!.gitignore + +# Source archives +*-*.orig.tar.* +keyring.gpg + +# Work area +tmp/ |