From 385eab20163e2b21fd092e1072266ebfe963ee50 Mon Sep 17 00:00:00 2001 From: Tobias Waldekranz Date: Thu, 9 Jan 2025 15:58:29 +0100 Subject: [PATCH] statd: Ignore generated Python byte code files When interactively running, for exampe, yanger interactively from the source tree, we end up with compiled files in our working tree. Make sure to ignore these. --- src/statd/python/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/statd/python/.gitignore diff --git a/src/statd/python/.gitignore b/src/statd/python/.gitignore new file mode 100644 index 00000000..0d20b648 --- /dev/null +++ b/src/statd/python/.gitignore @@ -0,0 +1 @@ +*.pyc