summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdministrator <michellehzg@gmail.com>2016-06-07 21:27:28 +0800
committerAdministrator <michellehzg@gmail.com>2016-06-07 21:27:28 +0800
commitf8d0e73aec33cb625440e26c431106a25cbb32ee (patch)
tree7e76f9dc7ca4b79d8e5fba5d1b13b0b9d7ce1cd6
parent32a9d7a85d3c2b2bb67ccd0c4deda0c271bb1864 (diff)
downloadpython-vyos-mgmt-f8d0e73aec33cb625440e26c431106a25cbb32ee.tar.gz
python-vyos-mgmt-f8d0e73aec33cb625440e26c431106a25cbb32ee.zip
T84:Add proper .gitignore to the python management library
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b1b6cd7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Compiled python modules.
+*.pyc
+
+# Generate by setuptools
+dist/
+build/
+*.egg-info \ No newline at end of file