From 8e49440a02810db0b5dea4317338b5f10819eb54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 6 Jan 2025 20:13:55 +0100 Subject: [PATCH] Remove remaining protobuf stuff --- .gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ca2c4ea..3169eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,6 @@ # Object files *.o -# Protobuf stuff -protobuf/vector_tile.pb.cc -protobuf/vector_tile.pb.h - # Qt stuff /.qmake.stash moc_*.cpp @@ -14,4 +10,4 @@ Makefile* # lib libpbf.so -pbf.dylib +libpbf.dylib