.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?
.*.sw? .*.sw?
*.beam *.beam
/.erlang.mk/ .erlang.mk/
/cover/ cover/
/debug/ debug/
/deps/ deps/
/doc/ doc/
/ebin/ ebin/
/logs/ logs/
/plugins/ plugins/
/rabbitmq_stomp.d rabbitmq_stomp.d
# Python testsuite. # Python testsuite.
*.pyc *.pyc
/test/deps/pika/pika/ test/deps/pika/pika/
/test/deps/pika/pika-git/ test/deps/pika/pika-git/
/test/deps/stomppy/stomppy/ test/deps/stomppy/stomppy/
/test/deps/stomppy/stomppy-git/ test/deps/stomppy/stomppy-git/