geobin-io / geobin.io

[DEPRECATED] Inspect HTTP requests with Geographic Data.
Other
32 stars 5 forks source link

Add build dir back to gitignore, with exceptions #114

Closed aranasaurus closed 9 years ago

aranasaurus commented 9 years ago

There's a command in the makefile for creating a tar of the binary based on the tagged version, which is what the build/build.go script does. That script builds these things into the build directory, so we should ignore those build artifacts. But the build.go and README.md in there should stay in the repo.

jyaganeh commented 9 years ago

:+1: