rabbitmq / rabbitmq-stomp

RabbitMQ STOMP plugin
https://www.rabbitmq.com/stomp.html
Other
49 stars 28 forks source link

.gitignore: make absolute paths relative #53

Closed fenollp closed 8 years ago

fenollp commented 8 years ago

When this repo is a dependency of another one, and only the other one .git's folder is used, the absolute paths git-ignoring apply to the parent project too; thus possibly ignoring files from the parent project. And really, there's no need to make these paths absolute.

Note: relative paths in .gitignore apply as if this file was located at /.gitignore.