From e49144eaa8508f5ef5439706041125324e3317b5 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Fri, 22 Jan 2016 09:08:21 +0100 Subject: [PATCH] LP-29 add more common files to .gitignore --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19adcd063..514d54238 100644 --- a/.gitignore +++ b/.gitignore @@ -36,9 +36,10 @@ ground/gcs/.settings # Ignore .pro.user files *.pro.user - # Misc artifacts *.exe +*.log +*.opl /ground/gcs/share/translations/extract-mimetypes.xq /ground/gcs/src/experimental/tools/DocumentationHelper/ui_mainwindow.h /ground/gcs/src/libs/qextserialport/.hg @@ -58,8 +59,8 @@ ground/gcs/.settings /androidgcs/gen/ # Ignore Eclipse Projects and Metadata -/.cproject -/.project +.cproject +.project /.metadata /.settings /.pydevproject