diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-11-24 17:08:48 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-11-24 17:08:48 (EST) |
commit | 6f79e2471e19f1083f809be388a14b12a669a10b (patch) | |
tree | 335ffacb2f3542b4d39b1acd9fde3f14a03caa7b /.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/ |