diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -1,9 +1,5 @@ -# Binary +# binary /gocryptfs -# Manual test mounts -/cipherdir -/mountpoint - -# main_test.go temporary files -/main_test_tmp +# temporary files created by the tests +/tmp |