diff options
author | Clayton G. Hobbs <cghobbs@ncsu.edu> | 2015-12-26 22:24:06 -0500 |
---|---|---|
committer | Clayton G. Hobbs <cghobbs@ncsu.edu> | 2015-12-26 22:24:06 -0500 |
commit | a6e27df2ccf8a22d76b2ff795dee2f86f52b3970 (patch) | |
tree | e30675848356f59855d45c0da711e701ed9d8a68 /.gitignore | |
parent | fab5cc73faa98cdc941ce0da05ee89a974a461a1 (diff) |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc |