diff options
author | James Mills <prologic@shortcircuit.net.au> | 2018-03-23 23:51:18 -0700 |
---|---|---|
committer | James Mills <prologic@shortcircuit.net.au> | 2018-03-23 23:51:37 -0700 |
commit | c6e4a8a4740b8de11ace46a596e5dadc75916acb (patch) | |
tree | 4a236a717fc177ca4a497d36343f8c61a21db18f | |
parent | remove jquery & replace with vanilla-js; cleaned stray html: char (#8) (diff) | |
download | gopherproxy-c6e4a8a4740b8de11ace46a596e5dadc75916acb.tar.gz gopherproxy-c6e4a8a4740b8de11ace46a596e5dadc75916acb.tar.bz2 gopherproxy-c6e4a8a4740b8de11ace46a596e5dadc75916acb.zip |
Removed build artifacts accidently committed to dist/
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | dist/gopherproxy_0.0.1_darwin_amd64.tar.gz | bin | 2132300 -> 0 bytes | |||
-rw-r--r-- | dist/gopherproxy_0.0.1_linux_amd64.tar.gz | bin | 2011938 -> 0 bytes | |||
-rw-r--r-- | dist/gopherproxy_0.0.1_windows_amd64.tar.gz | bin | 2005427 -> 0 bytes | |||
-rwxr-xr-x | dist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exe | bin | 5387264 -> 0 bytes | |||
-rw-r--r-- | dist/gopherproxy_checksums.txt | 3 |
6 files changed, 1 insertions, 3 deletions
@@ -1,3 +1,4 @@ | |||
1 | *~ | 1 | *~ |
2 | dist | ||
2 | *.bak | 3 | *.bak |
3 | gopherproxy | 4 | gopherproxy |
diff --git a/dist/gopherproxy_0.0.1_darwin_amd64.tar.gz b/dist/gopherproxy_0.0.1_darwin_amd64.tar.gz deleted file mode 100644 index 321def4..0000000 --- a/dist/gopherproxy_0.0.1_darwin_amd64.tar.gz +++ /dev/null | |||
Binary files differ | |||
diff --git a/dist/gopherproxy_0.0.1_linux_amd64.tar.gz b/dist/gopherproxy_0.0.1_linux_amd64.tar.gz deleted file mode 100644 index 125e578..0000000 --- a/dist/gopherproxy_0.0.1_linux_amd64.tar.gz +++ /dev/null | |||
Binary files differ | |||
diff --git a/dist/gopherproxy_0.0.1_windows_amd64.tar.gz b/dist/gopherproxy_0.0.1_windows_amd64.tar.gz deleted file mode 100644 index 669932f..0000000 --- a/dist/gopherproxy_0.0.1_windows_amd64.tar.gz +++ /dev/null | |||
Binary files differ | |||
diff --git a/dist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exe b/dist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exe deleted file mode 100755 index a91c5ed..0000000 --- a/dist/gopherproxy_0.0.1_windows_amd64/gopherproxy.exe +++ /dev/null | |||
Binary files differ | |||
diff --git a/dist/gopherproxy_checksums.txt b/dist/gopherproxy_checksums.txt deleted file mode 100644 index 43a6c9e..0000000 --- a/dist/gopherproxy_checksums.txt +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | d2e5f00f3ae73146f3f49b20c7c1a50f9aa67102f1518e614c4b3741f207b06b gopherproxy_0.0.1_darwin_amd64.tar.gz | ||
2 | bacc7b6295cd0291e5b4c89c914e5fc799f6d0822a01cb9e19c55ddc119307e6 gopherproxy_0.0.1_windows_amd64.tar.gz | ||
3 | c1eb2eb94a6fe450e63b883c781610643cbc3526e8459e8d9e46880fc812e861 gopherproxy_0.0.1_linux_amd64.tar.gz | ||