laforge submitted this change.

View Change


Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
.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
---
M .gitignore
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 54c432d..67685b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -67,6 +67,7 @@

*.pc
config.*
+*.pyc

tags
/Doxyfile

To view, visit change 33227. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I8129a4a124457411c8163089ec2bac32f3e1c2b7
Gerrit-Change-Number: 33227
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-MessageType: merged