mirror of
https://github.com/open5gs/open5gs.git
synced 2025-10-22 23:31:57 +00:00
.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:
committed by
Sukchan Lee
parent
499c70d8be
commit
69022386a6
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,5 @@
|
||||
install/
|
||||
|
||||
# This directory is fetched during first build and is present in this directory
|
||||
subprojects/freeDiameter
|
||||
subprojects/libtins
|
||||
|
Reference in New Issue
Block a user