Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-02-06 00:43:59 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-06 00:43:59 +0400
commit69e87c259ed2636de9458a8d10b6d2f04b9ac5e1 (patch)
tree41e488a50547ed2b0088e63e31a548c46610f580 /.gitignore
parent235405e0ab2466eb86c24dc33346e35652e80674 (diff)
Adding tests/results to .gitignore.
Also removing trailing * as it is not needed.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index c1a99da2b2..ef823fd640 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,5 +18,6 @@ tmp/*
*.db
*.buildpath
config/config.ini.php
-tests/PHPUnit/Integration/processed/*
-tests/lib/visualphpunit/app/resource/cache/* \ No newline at end of file
+tests/PHPUnit/Integration/processed/
+tests/lib/visualphpunit/app/resource/cache/
+tests/results/