From d8309ab624f53e8027234c969556b6a315b6d13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Thu, 28 Apr 2016 13:26:59 -0300 Subject: [PATCH] adds python ignored files --- wrapper/python/.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 wrapper/python/.gitignore diff --git a/wrapper/python/.gitignore b/wrapper/python/.gitignore new file mode 100644 index 000000000..8cb79fe5b --- /dev/null +++ b/wrapper/python/.gitignore @@ -0,0 +1,11 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] +*$py.class + +# Distribution +build/ +*.egg-info/ + +# Unit test +.tox/