diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-25 19:25:53 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-25 19:25:53 (EDT) |
commit | 5179382c64356ddc4763b4eb1c7047ad43e8b9b3 (patch) | |
tree | 83f22fd6911f6c35ca582437efa937c3af5917f9 /.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/ |