From: Cefn Hoile Date: Sat, 24 Feb 2018 21:55:46 +0000 (+0000) Subject: .gitignore for python paths X-Git-Tag: 0.1.0~4^2~37 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/d1eda0192016c95898c09798113d6e15306980a1 .gitignore for python paths --- diff --git a/python/.gitignore b/src/.gitignore similarity index 100% rename from python/.gitignore rename to src/.gitignore diff --git a/test/src/.gitignore b/test/src/.gitignore new file mode 100644 index 0000000..7b0205c --- /dev/null +++ b/test/src/.gitignore @@ -0,0 +1,2 @@ +# don't mistakenly commit implementation-specific bytecode files +*.mpy