diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca2c4ea --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Object files +*.o + +# Protobuf stuff +protobuf/vector_tile.pb.cc +protobuf/vector_tile.pb.h + +# Qt stuff +/.qmake.stash +moc_*.cpp +moc_*.h +qrc_*.cpp +Makefile* + +# lib +libpbf.so +pbf.dylib