diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 19:13:32 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-19 19:39:27 (EST) |
commit | bac9cbc6305662b3d47cff9a2583533a52bb0934 (patch) | |
tree | 2bae93f2d91f69174c72bfe48e5266fca8b0c467 /.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/ |