diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-05 21:50:41 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-05 21:50:41 (EST) |
commit | 31376ad7324139201072914fc85d95f11e0dc196 (patch) | |
tree | 7b8f233efde6d3358ca4ad55d47b3b5d31e7a7e2 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46688c5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Vim swap and other dot files +.* +!.gitignore + +# Source archives +*-*.orig.tar.* + +# Work area +tmp/ |