aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2011-07-14 02:33:32 +0200
committerJoas Schilling <nickvergessen@gmx.de>2011-07-14 02:33:32 +0200
commitb7459cc5f7de19db1871a86764e3feb9106cfab9 (patch)
tree0f1c12c31cb87be17f266e70ed2896a9cff8f17c /.gitignore
parentMerge branch 'prep-release-3.0.9' into develop-olympus (diff)
downloadphpbb-b7459cc5f7de19db1871a86764e3feb9106cfab9.tar.gz
phpbb-b7459cc5f7de19db1871a86764e3feb9106cfab9.tar.bz2
phpbb-b7459cc5f7de19db1871a86764e3feb9106cfab9.zip
[ticket/10255] Add leading slash in gitignore to only ignore specified files
PHPBB3-10255
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
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