-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
.gitignore
Outdated
@@ -2,5 +2,6 @@ | |||
# if you want to ignore files created by your editor/tools, | |||
# please consider a global .gitignore https://help.github.com/articles/ignoring-files | |||
# please do not open a pull request to add something created by your editor or tools | |||
dep | |||
cmd/dep/dep | |||
cmd/dep/dep.exe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont people just compile it in the project root?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to see this change. That 'dep' line in .gitignore causes Atom, at least, to disconnect its git montioring from the cmd/dep lib. I keep removing the line and being sure not to check in the change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The file version.go I've added was ignored by .gitignore. However @jessfraz is right. I updated .gitignore to avoid both.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool. Thx
ignore dep command in somewhere
Can we please put this on hold until we actually have version tags and some kind of release infrastructure in place? |
Sure. I also thinking this p-r makes annoying. I don't mind close this. Feel free to close if you want. :) |
Or, could you please cherry-pick second commit? currently, adding files into cmd/dep/* is ignored. |
I'll close this for now, but we can re-evaluate when we're ready for a release process. |
Convert ListVersions() to return []PairedVersion
Displaying only version string because it may be used from shell. If you want verbosy messages, I'll fix this. (#209)