diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 21:42:25 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-01 21:42:25 (EDT) |
commit | f0b2437f4209057dd527999559173958e1bd9553 (patch) | |
tree | 3f4cfd8662302cdf649fcf0f2ae21b68e9c99f9e /.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/ |