summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-04-20 00:21:53 +0200
committerJonah BrĂ¼chert <jbb@kaidan.im>2024-04-20 00:21:53 +0200
commit71c7a6b5836043e9476e98a61aa5dd907e0d4ce4 (patch)
tree51ce78554da743dbe43851e1b068f42cdc36b2eb /.gitignore
parentbbb87b0fb5d798b1886682ef687f8f7755f8fe81 (diff)
downloadbcfg2-71c7a6b5836043e9476e98a61aa5dd907e0d4ce4.tar.gz
bcfg2-71c7a6b5836043e9476e98a61aa5dd907e0d4ce4.tar.bz2
bcfg2-71c7a6b5836043e9476e98a61aa5dd907e0d4ce4.zip
Utils: Fix bytes / str confusion in Executor.run
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6436e466b..99d5dbad8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,6 @@ testsuite/test.sqlite
# sphinx build data
man/.doctrees
+
+# 2to3
+*.bak