Ignore python precompiled bytecode cache.

This commit is contained in:
Vincent Barrilliot 2021-11-21 16:06:39 +01:00
parent 92d3a71aad
commit 0405b5ea84

3
.gitignore vendored
View file

@ -1,6 +1,9 @@
# Prerequisites
*.d
# Python cache
C256Mgr/__pycache__/
# Object files
*.o
*.ko