Move main files to top level dir
This is in preparation of getting rid of the shell wrapper
This commit is contained in:
parent
6825d0e740
commit
5dc7e44aa2
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
# binary
|
# binary
|
||||||
/gocryptfs_main/gocryptfs_main
|
/gocryptfs
|
||||||
|
|
||||||
# temporary files created by the tests
|
# temporary files created by the tests
|
||||||
/tmp
|
/tmp
|
||||||
|
@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
cd gocryptfs_main
|
|
||||||
go build
|
go build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user