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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-05-15 01:22:38 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-05-15 01:22:38 +0400
commit61373ec33fac7cb60f7c7eb3d0751068404a74a3 (patch)
treecbd63930db060da1fde79117500990ee99bb6b1e /.gitignore
parent9d7c94bd56db31caf26e12dca719d796b6d873fa (diff)
Modify XHProf building instructions & add more xhprof related files to .gitingore.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0dff6bb782..291b9a63d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,7 +34,10 @@ tests/PHPUnit/Integration/processed/
tests/PHPUnit/phpunit.xml
tests/results/
tests/lib/xhprof-0.9.2/extension/.libs
+tests/lib/xhprof-0.9.2/extension/.deps
tests/lib/xhprof-0.9.2/extension/Makefile
+tests/lib/xhprof-0.9.2/extension/Makefile.fragments
+tests/lib/xhprof-0.9.2/extension/Makefile.global
tests/lib/xhprof-0.9.2/extension/Makefile.objects
tests/lib/xhprof-0.9.2/extension/config.log
tests/lib/xhprof-0.9.2/extension/config.nice
@@ -43,4 +46,18 @@ tests/lib/xhprof-0.9.2/extension/libtool
tests/lib/xhprof-0.9.2/extension/modules
tests/lib/xhprof-0.9.2/extension/xhprof.la
tests/lib/xhprof-0.9.2/extension/xhprof.lo
+tests/lib/xhprof-0.9.2/extension/aclocal.m4
+tests/lib/xhprof-0.9.2/extension/autom4te.cache
+tests/lib/xhprof-0.9.2/extension/config.guess
+tests/lib/xhprof-0.9.2/extension/config.h
+tests/lib/xhprof-0.9.2/extension/config.h.in
+tests/lib/xhprof-0.9.2/extension/config.sub
+tests/lib/xhprof-0.9.2/extension/configure
+tests/lib/xhprof-0.9.2/extension/configure.in
+tests/lib/xhprof-0.9.2/extension/acinclude.m4
+tests/lib/xhprof-0.9.2/extension/install-sh
+tests/lib/xhprof-0.9.2/extension/ltmain.sh
+tests/lib/xhprof-0.9.2/extension/missing
+tests/lib/xhprof-0.9.2/extension/mkinstalldirs
+tests/lib/xhprof-0.9.2/extension/run-tests.php
docs/