.gitignore: Ignore *.pyc

vty/config tests were added recently, which use python and end up
generating __pycache__/osmoappdesc.cpython-311.pyc when run.

Ignore those files as done in other projects such as osmo-bsc.

Change-Id: I8129a4a124457411c8163089ec2bac32f3e1c2b7
This commit is contained in:
Pau Espin 2023-06-08 13:55:27 +02:00
parent 7e6bce7322
commit 8698f273d2
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -67,6 +67,7 @@ stp/osmo-stp
*.pc
config.*
*.pyc
tags
/Doxyfile