summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHochikong <michellehzg@gmail.com>2016-06-08 10:59:52 +0800
committerHochikong <michellehzg@gmail.com>2016-06-08 10:59:52 +0800
commita4a14765415f8252e94307f657383a3ee66d2fa7 (patch)
tree2a78195d4e3a3bd882cc46b3e413c65e31db1709 /.gitignore
parent99bfc986fe21ddf8c5c91a77e6db9c59d91cdb15 (diff)
downloadpython-vyos-mgmt-a4a14765415f8252e94307f657383a3ee66d2fa7.tar.gz
python-vyos-mgmt-a4a14765415f8252e94307f657383a3ee66d2fa7.zip
T85:Python management library is not Python3 compatible.
Fix Router.py and all file in basic_function/ to support Python3.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 97324b7..e9a85c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
# Compiled python modules.
*.pyc
+*.bak
# Generate by setuptools
dist/