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 04:02:06 (EST) |
commit | 1b0ea584b650af655a0ca4aab884347a23ad37ea (patch) | |
tree | c53a203a09c4b2ac855a5500c4e333cdecef59a1 /.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/ |