diff options
author | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2015-01-28 15:06:18 +0000 |
---|---|---|
committer | Robin McCorkell <rmccorkell@karoshi.org.uk> | 2015-01-28 15:06:18 +0000 |
commit | 5acbeb9666ca0534cb1a46d9ed1c9d26521500f2 (patch) | |
tree | aa3bf75eff01806a80202e6af5ae59f87925e099 /.gitignore | |
parent | 55142186deb9e163ce3519453ebfe93f6a446666 (diff) | |
download | nextcloud-server-5acbeb9666ca0534cb1a46d9ed1c9d26521500f2.tar.gz nextcloud-server-5acbeb9666ca0534cb1a46d9ed1c9d26521500f2.zip |
Better cleanup in autotest.sh
Configs correctly cleaned, even if phpunit fails or autotest interrupted
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 72e631fa7af..de467ec2cf9 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,5 @@ Vagrantfile /tests/autotest* /tests/data/lorem-copy.txt /tests/data/testimage-copy.png +/config/config-autotest-backup.php +/config/autoconfig.php |