From 307a9e9d7282649fb534df9f672ba38fc0080cad Mon Sep 17 00:00:00 2001 From: CInsights Date: Mon, 21 May 2018 22:30:39 +1000 Subject: [PATCH] Updated build configuration for Mac Eclipse. --- .gitignore | 11 ++++++++--- tracker/software/.gitignore | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1aaaa71d..ff46f71e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,14 @@ +# Eclipse build .dep +.project +.cproject +.settings +# Decoder server *.pyc __pycache__ *.sqlite decoder/html/images/ -.project -.cproject -.settings \ No newline at end of file +# MacOS +.DS_Store +.DS_Store? diff --git a/tracker/software/.gitignore b/tracker/software/.gitignore index 56369c4f..7000793d 100644 --- a/tracker/software/.gitignore +++ b/tracker/software/.gitignore @@ -11,4 +11,4 @@ debug/ .dep/ # MacOS .DS_Store -.DS_Store? \ No newline at end of file +.DS_Store?