diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 03:37:07 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-07 03:46:03 (EST) |
commit | c54bde733f21afeab9fbc3ea17f355489767bb83 (patch) | |
tree | 2d2b90fa4994f74b5b9cbf8075b97f464aa6faa9 /.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/ |