diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 17:24:08 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 17:24:08 (EST) |
commit | 2a2f1745ace9c33b22831ce67d96416cd229864d (patch) | |
tree | 1e5d8f8065e9593bc9972c1ac126cdefa530f3a6 /.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/ |