Git: Fix .gitignore def

'bin' was added to the .gitignore config by mistake. This PS fixes
that.

Change-Id: I784ec8733683768bf74c2ff21b5c2bacf53e2641
This commit is contained in:
Pete Birley 2017-05-02 03:51:28 -05:00
parent 60d01e54cc
commit f1a5c98a03

1
.gitignore vendored
View File

@ -10,7 +10,6 @@ dist
build build
eggs eggs
parts parts
bin
var var
sdist sdist
develop-eggs develop-eggs