diff options
Diffstat (limited to 'scripts/benchmarks')
-rw-r--r-- | scripts/benchmarks/.gitignore | 10 | ||||
-rw-r--r-- | scripts/benchmarks/README | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/scripts/benchmarks/.gitignore b/scripts/benchmarks/.gitignore new file mode 100644 index 0000000..612f79e --- /dev/null +++ b/scripts/benchmarks/.gitignore @@ -0,0 +1,10 @@ +# +# Benchmarks directory .gitignore +# + +# Ignore everything here .. +* + +# Except these files +!README +!.gitignore diff --git a/scripts/benchmarks/README b/scripts/benchmarks/README new file mode 100644 index 0000000..d935b0d --- /dev/null +++ b/scripts/benchmarks/README @@ -0,0 +1,4 @@ +This is an empty directory for collecting users PulseAudio daemon +performance benchmarks, as created by the tools under `scripts/' . + +Please do not commit any file here except this README and .gitignore. |