Fix .gitignore contents

This commit is contained in:
Ivan Kravets
2015-12-11 14:23:12 +02:00
parent 9d01d86652
commit e69bc34678

View File

@ -301,4 +301,4 @@ def init_cvs_ignore(project_dir):
if isfile(join(project_dir, ".gitignore")):
return
with open(join(project_dir, ".gitignore"), "w") as f:
f.write(".pioevs")
f.write(".pioenvs")