pharo-contributions / taskit

TaskIt is a library that ease Process usage in Pharo. It provides abstractions to execute and synchronize concurrent tasks, and several pre-built mechanisms that are useful for many application developers.
MIT License
43 stars 24 forks source link

Add pharo files to gitignore #6

Closed sbragagnolo closed 8 years ago

sbragagnolo commented 8 years ago

Since the install-package script, that we use for building in travis, uses a pharo image+vm downloaded into the same directory, and i'd like to use it for building my own image i will add the pharo files into the gitignore file:

Pharo* pharo* .filetree

We should mind this decision in the future. Like with not naming PharoSomething any package.

sbragagnolo commented 8 years ago

Done. In the end it does not adds .filetree