diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-03 19:43:40 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-03 19:43:40 (EDT) |
commit | c01a6c275ad10e96f0aab7d7ae6763efcf04cea8 (patch) | |
tree | a80d0b420b00f13872dae15de74ad220e8570e53 /.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/ |