From 69022386a6cae2d86a3fa8d5e1b36c866a4e7662 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 9 Oct 2023 16:33:48 +0200 Subject: [PATCH] .gitignore: Add install/ dir Open5GS documentation instructs to install into open5gs.git/install/ during build [1]: """ $ cd open5gs $ meson build --prefix=`pwd`/install $ ninja -C build """ As a result, this directory appears all the time when using git, since it's not in the .gitignore file. Add it. [1] https://open5gs.org/open5gs/docs/guide/02-building-open5gs-from-sources/ --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index de384f138..1481101c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +install/ + # This directory is fetched during first build and is present in this directory subprojects/freeDiameter subprojects/libtins