.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/
This commit is contained in:
Pau Espin Pedrol
2023-10-09 16:33:48 +02:00
committed by Sukchan Lee
parent 499c70d8be
commit 69022386a6

2
.gitignore vendored
View File

@@ -1,3 +1,5 @@
install/
# This directory is fetched during first build and is present in this directory
subprojects/freeDiameter
subprojects/libtins