diff options
author | Azul <azul@riseup.net> | 2017-07-20 15:31:56 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-07-20 21:23:17 +0200 |
commit | f6ff8482c14ad49c6ee77c4d7918520a0013c132 (patch) | |
tree | cf27beba525184e60e38ee765b44f29b1ee9e6c2 /.gitignore | |
parent | bd24e2024ad29fa72cae661ac5898cad4ace8e8b (diff) |
[test] keep artifacts inside the project dir
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -50,3 +50,9 @@ pkg/pyinst/build/ pkg/launcher/bitmask NOTES + +# logs and screenshots from failed functional tests +/failures/ + +# temporary home folders for functional tests +/tmp/ |