diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-05 01:54:57 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-05 02:21:13 (EST) |
commit | 396953fe408a22d946a3101615462e5ad54a487c (patch) | |
tree | 34301f0e09a5489fdc3b2c8a7a8afdca5297fdbc /.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/ |