[ticket/10255] Add leading slash in gitignore to only ignore specified files

PHPBB3-10255
This commit is contained in:
Joas Schilling 2011-07-14 02:33:32 +02:00
parent e4707a8be7
commit b7459cc5f7

22
.gitignore vendored
View file

@ -1,12 +1,12 @@
*~ *~
phpunit.xml /phpunit.xml
phpBB/cache/*.php /phpBB/cache/*.php
phpBB/cache/queue.php.lock /phpBB/cache/queue.php.lock
phpBB/config.php /phpBB/config.php
phpBB/files/* /phpBB/files/*
phpBB/images/avatars/gallery/* /phpBB/images/avatars/gallery/*
phpBB/images/avatars/upload/* /phpBB/images/avatars/upload/*
phpBB/store/* /phpBB/store/*
tests/phpbb_unit_tests.sqlite2 /tests/phpbb_unit_tests.sqlite2
tests/test_config.php /tests/test_config.php
tests/utf/data/*.txt /tests/utf/data/*.txt