osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-s1gw/+/37038?usp=email )
Change subject: .gitignore: ignore generated S1AP code ......................................................................
.gitignore: ignore generated S1AP code
Change-Id: I89df49e1290f32d2fabbc4ffd9a5767bf0fdac00 --- M .gitignore 1 file changed, 13 insertions(+), 0 deletions(-)
Approvals: osmith: Looks good to me, approved; Verified
diff --git a/.gitignore b/.gitignore index 83aa88b..483ba30 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ _build *.beam + +# generated S1AP code +/include/S1AP-*.hrl +/src/S1AP-*.erl