diff --git a/.gitignore b/.gitignore index 76168b1..1dee670 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.html +bin blogo-input css js diff --git a/bin/README.md b/bin/README.md deleted file mode 100644 index b8e0ef9..0000000 --- a/bin/README.md +++ /dev/null @@ -1,5 +0,0 @@ -It's recommended to compile by yourself the binaries: -``` -# in the root directory of this repository: -go build -``` diff --git a/bin/blogo-amd64-darwin b/bin/blogo-amd64-darwin deleted file mode 100755 index 2d06569..0000000 Binary files a/bin/blogo-amd64-darwin and /dev/null differ diff --git a/bin/blogo-amd64-linux b/bin/blogo-amd64-linux deleted file mode 100755 index 933e6d8..0000000 Binary files a/bin/blogo-amd64-linux and /dev/null differ diff --git a/bin/blogo-amd64.exe b/bin/blogo-amd64.exe deleted file mode 100755 index daedfbe..0000000 Binary files a/bin/blogo-amd64.exe and /dev/null differ