aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRaymond Hogenson <rhogenson@posteo.net>2018-11-11 22:22:33 -0500
committerRaymond Hogenson <rhogenson@posteo.net>2018-11-11 22:22:33 -0500
commitdf41f152de38ec1c2f9e32df4f93e6994369aa7f (patch)
treef2fec2a142c976b100cf98f58480242cc1622e41 /.gitignore
downloadblock-copy-df41f152de38ec1c2f9e32df4f93e6994369aa7f.tar.zst
Write blockCopy's first version
Wow it's like being a proud parent. This software is written for exactly one purpose: to mount an encrypted volume on Google Drive with reasonably good performance. It's based around the idea that the fastest thing for Google Drive is reading and writing whole files, so we break a file up into blocks and transfer only whole blocks. It works, but it's still really slow.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..f84ea58
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+.stack-work/
+blockcopy.cabal
+*~ \ No newline at end of file