From bd4c475915d8d81dc759308279c6612591d145dc Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 1 Mar 2016 11:27:36 +1300 Subject: Add .gitignore to ignore .pyc/.pyo files Since we just added lib/ containing python modules, we should really ignore any compiled python objects since they will be produced if the code is executed. Signed-off-by: Paul Eggleton Signed-off-by: Martin Jansa --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..52e4e611 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.pyo -- cgit v1.2.3