osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-s1gw refs/changes/38/37038/1
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