aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-08-30 14:56:58 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-09-08 11:21:45 +0200
commitccc7989324aec454cc0267cd133638569d28061b (patch)
tree720ef877140b01a760bcc0a1db5240df49eafacd /.gitignore
parent34e671f41cf9bb964b92ca555c71bcaa15c90893 (diff)
examples: new SMS sending example in C using the sync API
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 49787c5e..de1f0ff8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -180,5 +180,7 @@ Makefile.in
/tools/tests/test-stub
/tools/tests/test-wrapper.sh
+/examples/sms-c/sms-c-sync
+
/ModemManager-*-coverage.info
-/ModemManager-*-coverage/
+/ModemManager-*-coverage/ \ No newline at end of file