.gitignore: make absolute paths relative
This commit is contained in:
parent
fc364d0437
commit
442360be3d
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue