diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-24 17:45:08 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-03-25 10:21:06 +0000 |
commit | 256a8f67c22404a65d27628537d15d7164ae54d1 (patch) | |
tree | 6fa05c51366177f1830768490bced8d939a9bb48 /.gitignore | |
parent | d20026879e6ddbb22b955b2a88c57c5563642c56 (diff) |
All C/C++ tests: run with temporary XDG_*_HOME, XDG_RUNTIME_DIR
These aren't currently used, so we don't actually create them...
except for tests/logger/dbus/tmp-cache/telepathy/logger/sqlite-data,
which is in fact created by running the tests.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index efb972209..88ebcf765 100644 --- a/.gitignore +++ b/.gitignore @@ -147,6 +147,10 @@ telepathy-glib/version.h /test-driver /tests/all-errors-documented.py.log /tests/all-errors-documented.py.trs +/tests/**/tmp-cache +/tests/**/tmp-config +/tests/**/tmp-data +/tests/**/tmp-runtime tests/dbus/dbus-installed/session.conf tests/dbus/dbus-uninstalled/session.conf tests/dbus/run-test.sh |