Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitignore #196

Merged
merged 16 commits into from
May 4, 2018
Prev Previous commit
Next Next commit
go gitignore
  • Loading branch information
thiamsantos committed May 3, 2018
commit d622860b2f5bfcc9bf83b01504d115fbc23e1b5d
12 changes: 12 additions & 0 deletions go/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib

# Test binary, build with `go test -c`
*.test

# Output of the go coverage tool, specifically when used with LiteIDE
*.out
1 change: 0 additions & 1 deletion go/echo/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion go/fasthttprouter/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion go/gin/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion go/gorilla-mux/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion go/iris/.gitignore

This file was deleted.