From a6e27df2ccf8a22d76b2ff795dee2f86f52b3970 Mon Sep 17 00:00:00 2001 From: "Clayton G. Hobbs" Date: Sat, 26 Dec 2015 22:24:06 -0500 Subject: Ported to new pocketsphinx and pygi Gotta keep that stuff up-to-date, yo. Pocketsphinx changed so it needs GStreamer 1.0, and that required rewriting everything to use GObject Introspection instead of the old, static Python bindings for GObject. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc -- cgit 1.4.1