summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-12-20 09:51:29 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-12-20 09:51:29 +0100
commit4b80d0f17ce24d160f13f6e1d19021cbb2717429 (patch)
tree25179f08fdc3eac9ff248c92e57ab8bff887865c /.gitignore
parent9938a19818ad6fd555b4c46f405141ae2059f9f1 (diff)
Change websock session id from uid only to pcm+uid
This allow to have one session per PCM in order to allow a single process handling multiple PCM like pulse to have on independant session per PCM. Change-Id: Icdd3e4d44539dba2349d70edeaaeee861c3bd1cf Signed-off-by: Fulup Ar Foll <fulup@iot.bzh> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 8b1cf74..3977906 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,5 @@ build/
CMakeCache.txt
Makefile
*.so
-nbproject/private
+nbproject/*
.~lock*