From 743f736f03274b8e5f6f3291e5e8abb2988a558a Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Wed, 14 Nov 2018 21:42:25 -0600 Subject: Add .gitignore Adds a .gitignore which ignores python artifact files, as these are now generated by the SDK tests [YOCTO #13020] Signed-off-by: Joshua Watt --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5da7ef5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.pyc +*.pyo + -- cgit v1.2.3-54-g00ecf