diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-26 13:13:02 +0100 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-11-26 13:13:02 +0100 |
commit | 93115f804220c31c2aa10f123560fb11135f06d8 (patch) | |
tree | a3c12f68c4263f3e34b1e03f12e7962aab9cfbf5 /.gitignore | |
parent | Fix title on startpage (diff) | |
download | gopherproxy-93115f804220c31c2aa10f123560fb11135f06d8.tar.gz gopherproxy-93115f804220c31c2aa10f123560fb11135f06d8.tar.bz2 gopherproxy-93115f804220c31c2aa10f123560fb11135f06d8.zip |
Add IPv6 support, general restructuring
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ dist | |||
3 | *.bak | 3 | *.bak |
4 | coverage.txt | 4 | coverage.txt |
5 | 5 | ||
6 | gopherproxy | 6 | gopherproxy.bin |
7 | 7 | ||
8 | .vscode | 8 | .vscode |