From 95c44085d9494a748a545dc10faf737216691e4e Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Fri, 9 Dec 2022 15:25:37 -0600 Subject: [PATCH] Move the db generation into the priv directory --- priv/db/.gitignore | 3 +++ {db => priv/db}/Makefile | 0 {db => priv/db}/tz-erl | 0 3 files changed, 3 insertions(+) create mode 100644 priv/db/.gitignore rename {db => priv/db}/Makefile (100%) rename {db => priv/db}/tz-erl (100%) diff --git a/priv/db/.gitignore b/priv/db/.gitignore new file mode 100644 index 0000000..badaa65 --- /dev/null +++ b/priv/db/.gitignore @@ -0,0 +1,3 @@ +tzout +tzdata/ +*.tar.gz diff --git a/db/Makefile b/priv/db/Makefile similarity index 100% rename from db/Makefile rename to priv/db/Makefile diff --git a/db/tz-erl b/priv/db/tz-erl similarity index 100% rename from db/tz-erl rename to priv/db/tz-erl