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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-s1gw/+/37038?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: I89df49e1290f32d2fabbc4ffd9a5767bf0fdac00
Gerrit-Change-Number: 37038
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: merged