diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-13 03:00:53 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-13 03:00:53 (EST) |
commit | c9d83f0f4fbe72367b170b9734b22e17a8da3bb4 (patch) | |
tree | 608a394337158b0b43f3c8a7bb070ffa22c3cc21 /.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..286197a --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Vim swap and other dot files +.* +!.gitignore + +# Generated files +*.pkg/ + +# Work area +tmp/ |