From 10f1c4acc7885d02b65243d922aeeb5d039e32d0 Mon Sep 17 00:00:00 2001 From: Christopher Stone Date: Thu, 8 Mar 2018 20:17:24 +0000 Subject: [PATCH] Ensured that my static pyglet installation stays out of the git repo --- .gitignore | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 8806bec..8791b8e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ # Python caching robots/little_john/telemetry/code/monitor/__pycache__/ *.pyc + +# New version of Pyglet, because Debian Stretch doesn't have a version new enough to work with Python3 +robots/little_john/telemetry/code/monitor/pyglet/ -- libgit2 0.21.2