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:
authorStefan Giehl <stefan.giehl@mayflower.de>2013-02-04 02:07:10 +0400
committerStefan Giehl <stefan.giehl@mayflower.de>2013-02-04 02:07:10 +0400
commit12c96d0600433fdd5580d4fd74d11c908cebaa88 (patch)
tree9fd83f6b2ad31beba310d37d21edb4e4e8938d52 /.gitignore
parent19da00fd6a29eef95739b2069ca3eaefd9521582 (diff)
added config.ini.php to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 51160fbe06..d62c8e9c86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,4 +17,5 @@ tmp/*
*.tmp
*.db
*.buildpath
-phpunit.xml \ No newline at end of file
+phpunit.xml
+config.ini.php \ No newline at end of file