diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 02:22:46 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-04 02:22:46 (EDT) |
commit | 8d3d7d3942fd7621a378c613a3a7b255571fa3a7 (patch) | |
tree | e2cc10a434254b10d1cfeee1904bc87e8dd6482d /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..213a9bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Swap and backup files +.*.sw* +.sw* +*~ +Session.vim + +# Source archives +*-*.orig.tar.* + +# Work area +tmp/ |