felixge / godrone

GoDrone is a free software alternative firmware for the Parrot AR Drone 2.0.
http://www.godrone.io/
Other
205 stars 22 forks source link

Put binaries into gitignore. #44

Closed jeffallen closed 9 years ago

felixge commented 9 years ago

What about removing the path prefixes from the binaries in the list? IMO any file with these names should be ignored, regardless of where the binary was actually build into (e.g. my binaries usually land in my repo's root dir)

felixge commented 9 years ago

Also thanks for your help so far! I just gave you commit access. It would still be cool to see most changes documented as pull requests, but if you feel good about the change right away, go ahead and merge it without my input. We can always iterate on the result or unroll the change afterwards.

jeffallen commented 9 years ago

fixed. thanks for the commit access, but I'm perfectly happy with the current workflow. I'm a bit of a hit and run contributor, so I'll do what I can while I can and then I'll have to go back to family life, etc.

felixge commented 9 years ago

fixed. thanks for the commit access, but I'm perfectly happy with the current workflow. I'm a bit of a hit and run contributor, so I'll do what I can while I can and then I'll have to go back to family life, etc.

No worries. I've just had good success with giving people commit access when I feel that they're doing good stuff :)

felixge commented 9 years ago

Thanks for the patch!