gitignore: Ignore python bytecode files

Python bytecode files, which end in .pyc, may be generated by the build
system as needed and should not go into the git repository.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
Glenn Washburn 2023-06-28 02:26:27 -05:00 committed by Daniel Kiper
parent 16b09cd056
commit fb1f897373

1
.gitignore vendored
View File

@ -16,6 +16,7 @@
*.o
*.pf2
*.pp
*.pyc
*.trs
*~
.deps-core/