.gitignore: make absolute paths relative

This commit is contained in:
Pierre Fenoll 2015-12-28 11:07:07 +01:00 committed by Michael Klishin
parent fc364d0437
commit 442360be3d
1 changed files with 13 additions and 13 deletions

View File

@ -1,20 +1,20 @@
.sw?
.*.sw?
*.beam
/.erlang.mk/
/cover/
/debug/
/deps/
/doc/
/ebin/
/logs/
/plugins/
.erlang.mk/
cover/
debug/
deps/
doc/
ebin/
logs/
plugins/
/rabbitmq_stomp.d
rabbitmq_stomp.d
# Python testsuite.
*.pyc
/test/deps/pika/pika/
/test/deps/pika/pika-git/
/test/deps/stomppy/stomppy/
/test/deps/stomppy/stomppy-git/
test/deps/pika/pika/
test/deps/pika/pika-git/
test/deps/stomppy/stomppy/
test/deps/stomppy/stomppy-git/