summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorent Flament <florent.flament-ext@cloudwatt.com>2013-12-31 16:23:43 +0100
committerFlorent Flament <florent.flament-ext@cloudwatt.com>2014-01-07 14:24:07 +0100
commit6157dd57e732b12455cb64f85894037f2672d6d6 (patch)
tree2429adb9eba65584a9c997bfa3d5de6bd8ed7d60 /.gitignore
parentce6c54de91f7c129cea11a7648f8668b2f24bca9 (diff)
downloadpython-keystoneclient-6157dd57e732b12455cb64f85894037f2672d6d6.tar.gz
Fix auth_token middleware test invalid cross-device link issue
Fixes path of temporary files, containing token revocation lists, which weren't in the appropriate directory. File renaming now works properly since source and destination files are in the same directory, and therefore on the same partition. Added to .gitignore temporary files generated during tests, that are not being removed at the end of test. Change-Id: I21ff81419313f4205ebe552556e27b86135fd096 Closes-Bug: #1265190
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 775948d..9f14a9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,5 @@ doc/source/api
# Development environment files
.project
.pydevproject
+# Temporary files created during test, but not removed
+examples/pki/certs/tmp* \ No newline at end of file