From 81448a476ee66c7e8a685c962a3fa521c2e39d06 Mon Sep 17 00:00:00 2001
From: Leon Ziegler <lziegler@techfak.uni-bielefeld.de>
Date: Tue, 4 Mar 2014 17:40:49 +0100
Subject: [PATCH] ignore temp

---
 .gitignore                          |  1 +
 ps-config/demo/demoCentralLab.conf~ | 41 -----------------------------
 2 files changed, 1 insertion(+), 41 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 ps-config/demo/demoCentralLab.conf~

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..0defb5cc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+**/*~
diff --git a/ps-config/demo/demoCentralLab.conf~ b/ps-config/demo/demoCentralLab.conf~
deleted file mode 100644
index 895c9345..00000000
--- a/ps-config/demo/demoCentralLab.conf~
+++ /dev/null
@@ -1,41 +0,0 @@
-[main]
-startdb=30;
-uttdb=35;
-silence=400;
-timeout=8;
-openDeviceDirectly=yes;
-[pocketsphinxinstance]
-name=shellgame;
-hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
-dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
-jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/shellgame/shellgame.jsgf;
-rsbscope=/speechrec/psa/shellgame;
-bestpath=no;
-autoload=yes;
-
-[pocketsphinxinstance]
-name=confirm;
-hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
-dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
-jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/confirm/confirm.jsgf;
-rsbscope=/speechrec/psa/confirm;
-bestpath=no;
-autoload=yes;
-
-[pocketsphinxinstance]
-name=commands;
-hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
-dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
-jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/commands/commands.jsgf;
-rsbscope=/speechrec/psa/commands;
-bestpath=no;
-autoload=yes;
-
-[pocketsphinxinstance]
-name=sfbreview;
-hmm=/vol/robocup/2013/share/pocketsphinx/model/hmm/en_US/hub4wsj_sc_8k;
-dict=/vol/robocup/2013/share/SpeechRec/psGrammar/dictionary/tobiDic.dic;
-jsgf=/vol/robocup/2013/share/SpeechRec/psGrammar/commands/commands.jsgf;
-rsbscope=/speechrec/psa/review;
-bestpath=no;
-autoload=yes;
-- 
GitLab