knz / go-libedit

Go wrapper around the BSD libedit replacement to GNU readline
Apache License 2.0
6 stars 6 forks source link

gitignore: ignore cgo flags files #18

Closed benesch closed 5 years ago

benesch commented 5 years ago

This library does not directly generate cgo flags files, but CockroachDB needs to, in order to configure this library to link against a different version of libedit. We are unfortunately responsible for ignoring these files, because dep does not permit .gitignores that are not part of the upstream library.

knz commented 5 years ago

thanks!