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:
authordiosmosis <benaka.moorthi@gmail.com>2013-02-05 04:32:54 +0400
committerdiosmosis <benaka.moorthi@gmail.com>2013-02-05 04:32:54 +0400
commitfc03921d7a7b92b8e11ab78eeebaf7faa377f647 (patch)
tree24e197f1a893216d33d23ac7310275eddd26314d /.gitignore
parent0b53e97f2eb1124be3917fce2d1a2d1b7fc09197 (diff)
Add contents of integration tests processed dir and VisualPHPUnit resource cache dir to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fd70b17bcc..c1a99da2b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,5 @@ tmp/*
*.db
*.buildpath
config/config.ini.php
+tests/PHPUnit/Integration/processed/*
+tests/lib/visualphpunit/app/resource/cache/* \ No newline at end of file