mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +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:
parent
499c70d8be
commit
69022386a6
1 changed files with 2 additions and 0 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue