diff options
author | Jakob Unterwurzacher | 2015-09-08 00:54:24 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-09-08 00:55:03 +0200 |
commit | 889ae900814aac1c17c38a76882b1aafa5744be6 (patch) | |
tree | 67b5c1e873574e208971ec6f98fa5febb76f3fa7 /.gitignore | |
parent | b65882985dd7aa3ea7ae76c49d592ff30b353a8b (diff) |
Add pathfs frontend (uses go-fuse instead of bazil-fuse), part I
Currently fails main_test.go, will be fixed in part II
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,2 +1,9 @@ # Binary /gocryptfs + +# Manual test mounts +/cipherdir +/mountpoint + +# main_test.go temporary files +/main_test_tmp |