Commit 10f1c4acc7885d02b65243d922aeeb5d039e32d0

Authored by Christopher Stone
1 parent d669bc40
Exists in master

Ensured that my static pyglet installation stays out of the git repo

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
.gitignore
... ... @@ -16,3 +16,6 @@
16 16 # Python caching
17 17 robots/little_john/telemetry/code/monitor/__pycache__/
18 18 *.pyc
  19 +
  20 +# New version of Pyglet, because Debian Stretch doesn't have a version new enough to work with Python3
  21 +robots/little_john/telemetry/code/monitor/pyglet/
... ...