From 7f1094709fe58b7809965adb77fdf6938d45fc23 Mon Sep 17 00:00:00 2001 From: Kun Kelvin Liu Date: Thu, 17 May 2018 21:27:20 +0800 Subject: [PATCH] Ignore build dir, compiled pyc files and editor tmp files. --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a7f33be --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Editor +*~ +*.swp + +# Build files +Prj-Linux/lpr/TEST_* +Prj-Linux/*build*/ +*.pyc