laforge submitted this 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(-)
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.