diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-07-14 02:33:32 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-07-14 02:33:32 +0200 |
commit | b7459cc5f7de19db1871a86764e3feb9106cfab9 (patch) | |
tree | 0f1c12c31cb87be17f266e70ed2896a9cff8f17c | |
parent | e4707a8be75263e610b00b3d600144e797f576d9 (diff) | |
download | forums-b7459cc5f7de19db1871a86764e3feb9106cfab9.tar forums-b7459cc5f7de19db1871a86764e3feb9106cfab9.tar.gz forums-b7459cc5f7de19db1871a86764e3feb9106cfab9.tar.bz2 forums-b7459cc5f7de19db1871a86764e3feb9106cfab9.tar.xz forums-b7459cc5f7de19db1871a86764e3feb9106cfab9.zip |
[ticket/10255] Add leading slash in gitignore to only ignore specified files
PHPBB3-10255
-rw-r--r-- | .gitignore | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.gitignore b/.gitignore index 8298f5a894..65058b2eaf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,12 @@ *~ -phpunit.xml -phpBB/cache/*.php -phpBB/cache/queue.php.lock -phpBB/config.php -phpBB/files/* -phpBB/images/avatars/gallery/* -phpBB/images/avatars/upload/* -phpBB/store/* -tests/phpbb_unit_tests.sqlite2 -tests/test_config.php -tests/utf/data/*.txt +/phpunit.xml +/phpBB/cache/*.php +/phpBB/cache/queue.php.lock +/phpBB/config.php +/phpBB/files/* +/phpBB/images/avatars/gallery/* +/phpBB/images/avatars/upload/* +/phpBB/store/* +/tests/phpbb_unit_tests.sqlite2 +/tests/test_config.php +/tests/utf/data/*.txt |