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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZarubin Stas <zarubin.stas@gmail.com>2011-06-29 21:06:27 +0400
committerZarubin Stas <zarubin.stas@gmail.com>2011-06-29 21:06:27 +0400
commitf7d7102d2fc595f837f778fe18488251bf980229 (patch)
tree186a4a6adf0b66b3b369292e3c2ccb9319afb10e /.gitignore
parenteb8caa4b7742cda1816598f4b5cf18f4b0616fce (diff)
- Unit Test grouped by library directory
- Added configuration file phpunit.xml.dist and bootstraper-dist.php - Ignoring phpunit.xml, bootstraper.php and build/
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dda2e0ecd9..6cc231a221 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@ phpmyadmin.wpj
.buildpath
.cache
.idea
+.netbeans
*.sw[op]
# Locales
/locale/
@@ -31,3 +32,8 @@ phpmyadmin.wpj
/apidoc/
# Demo server
revision-info.php
+# PHPUnit
+phpunit.xml
+/test/bootstrap.php
+# Jenkins
+/build/ \ No newline at end of file