diff --git a/.gitignore b/.gitignore index 22ad0f7..69001ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # binary -/gocryptfs_main/gocryptfs_main +/gocryptfs # temporary files created by the tests /tmp diff --git a/build.bash b/build.bash index ab55293..8d985d0 100755 --- a/build.bash +++ b/build.bash @@ -2,5 +2,4 @@ set -eu -cd gocryptfs_main go build diff --git a/gocryptfs b/gocryptfs deleted file mode 120000 index 2e2bf98..0000000 --- a/gocryptfs +++ /dev/null @@ -1 +0,0 @@ -gocryptfs_main/gocryptfs \ No newline at end of file diff --git a/gocryptfs_main/main.go b/main.go similarity index 100% rename from gocryptfs_main/main.go rename to main.go diff --git a/gocryptfs_main/main_test.go b/main_test.go similarity index 100% rename from gocryptfs_main/main_test.go rename to main_test.go diff --git a/gocryptfs_main/masterkey.go b/masterkey.go similarity index 100% rename from gocryptfs_main/masterkey.go rename to masterkey.go diff --git a/gocryptfs_main/password.go b/password.go similarity index 100% rename from gocryptfs_main/password.go rename to password.go diff --git a/gocryptfs_main/sendsig.go b/sendsig.go similarity index 100% rename from gocryptfs_main/sendsig.go rename to sendsig.go