pespin has uploaded this change for review.

View Change

.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(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/27/33227/1
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: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newchange