diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-06 00:05:23 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-06 00:05:23 (EST) |
commit | c6858ace569336da4833b618d677d90f69555658 (patch) | |
tree | edcd59ca592b12b871d6f8ade0252ad1bae7f8dd /.gitignore |
Initial commit
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/ |