From d0c800ca68791380ea474413df0f9abc7e4c132c Mon Sep 17 00:00:00 2001 From: Michael Allan Wheeler Date: Sat, 16 Dec 2017 22:03:49 +1100 Subject: [PATCH] add decent gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4d6087 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +.gitignore +auto_rx/log/* +auto_rx/log_power.csv +auto_rx/reset_usb +auto_rx/rs41ecc +auto_rx/rs41mod +auto_rx/rs92ecc +auto_rx/rs92mod +auto_rx/rs_detect +auto_rx/station.cfg +rs41/rs41ecc +rs92/rs92ecc +rs_module/rs41mod +rs_module/rs92mod +scan/reset_usb +scan/rs_detect +*.pyc +*.o