From d1eda0192016c95898c09798113d6e15306980a1 Mon Sep 17 00:00:00 2001 From: Cefn Hoile Date: Sat, 24 Feb 2018 21:55:46 +0000 Subject: [PATCH] .gitignore for python paths --- {python => src}/.gitignore | 0 test/src/.gitignore | 2 ++ 2 files changed, 2 insertions(+) rename {python => src}/.gitignore (100%) create mode 100644 test/src/.gitignore 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 -- 2.49.0