Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Using gogland and Windows more files should be ignored #7121
Conversation
jameinel
changed the title from
Using gogland and Windows more files show up.
to
Using gogland and Windows more files should be ignored
Mar 19, 2017
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
landed via another PR |
jameinel
closed this
Mar 21, 2017
jameinel
deleted the
jameinel:2.2-gitignore
branch
Apr 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jameinel commentedMar 19, 2017
Description of change
Just ignore some files that don't belong in version control.
I saw that we already had some stuff like emacs and vim files, and I've been playing around with Gogland on multiple platforms so might as well exclude the '.idea' directory as well.
I also saw that 'test' executables are flagged as ignored, but on Windows they have a different extension, so I added those as well.
QA steps
git statusinside a tree on Windows.Documentation changes
No
Bug reference
None