commit d19cc1340f23011a50151205fe6a1959ab2060d2 parent 29168ea274b9b0f618c4c86e2ef64fe9491af3d7 Author: Marcel <marcel@vdebian> Date: Wed, 14 Oct 2015 22:33:00 +0200 update gitignore Diffstat:
| M | .gitignore | | | 1 | + |
| D | .gitignore~ | | | 0 | |
| D | phpunit.xml~ | | | 8 | -------- |
| D | upload.sh~ | | | 0 |
4 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -1 +1,2 @@ upload.sh +*~ diff --git a/.gitignore~ b/.gitignore~ diff --git a/phpunit.xml~ b/phpunit.xml~ @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> - -<phpunit bootstrap="tests/bootstrap.php" colors="true" verbose="true"> - <testsuite name="mysqliLoadedTest"> - <file>tests/mysqliLoadedTest.php</file> - <file>tests/mysqliMakeDB.php</file> - </testsuite> -</phpunit> diff --git a/upload.sh~ b/upload.sh~