From acbd0982b48d4e1a52889fff33389b0a391f0239 Mon Sep 17 00:00:00 2001 From: denolk Date: Thu, 11 Jul 2024 16:07:50 +0300 Subject: [PATCH 1/2] fix for osx build --- .gitignore | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 77fc58921..4c5ae78ee 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ debian/.debhelper debian/dump1090-fa* debian/debhelper-build-stamp debian/files +.DS_Store +.vscode/ \ No newline at end of file diff --git a/Makefile b/Makefile index abe5b0656..4a7ecd80f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PROGNAME=dump1090 DUMP1090_VERSION ?= unknown CFLAGS ?= -O3 -g -DUMP1090_CFLAGS := -std=c11 -fno-common -Wall -Wmissing-declarations -Werror -Wformat-signedness -W +DUMP1090_CFLAGS := -std=c11 -fno-common -Wall -Wmissing-declarations -Werror -W DUMP1090_CPPFLAGS := -I. -D_POSIX_C_SOURCE=200112L -DMODES_DUMP1090_VERSION=\"$(DUMP1090_VERSION)\" -DMODES_DUMP1090_VARIANT=\"dump1090-fa\" LIBS = -lpthread -lm From 0a569fbe52d9cd406785bbad7eb1ee355ae57fa1 Mon Sep 17 00:00:00 2001 From: denolk Date: Fri, 12 Jul 2024 14:32:20 +0300 Subject: [PATCH 2/2] ignore html data --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4c5ae78ee..829625a8e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,5 @@ debian/dump1090-fa* debian/debhelper-build-stamp debian/files .DS_Store -.vscode/ \ No newline at end of file +.vscode/ +public_html/data/ \ No newline at end of file