From d21ce0ee89acb2e6f8458e02cb9df22f1004f28b Mon Sep 17 00:00:00 2001 From: CInsights Date: Sun, 20 May 2018 09:12:41 +1000 Subject: [PATCH] Update gitignore --- .gitignore | 1 + tracker/software/.gitignore | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e76400c..a3d8dc83 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ build __pycache__ *.sqlite decoder/html/images/ +.project \ No newline at end of file diff --git a/tracker/software/.gitignore b/tracker/software/.gitignore index 6cb18535..8a6b20f2 100644 --- a/tracker/software/.gitignore +++ b/tracker/software/.gitignore @@ -1,3 +1,4 @@ /debug/ /Copy of config.c -/pkt-saved/ +/.cproject +/.settings/