aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2021-08-30 15:42:51 +0200
committerAleksander Morgado <aleksander@aleksander.es>2021-09-08 11:21:45 +0200
commit86421f06bd28fb9613f3995984d798827174fb25 (patch)
tree4cd1b5e131ddcee518db30cb91f367859dce301d /.gitignore
parentccc7989324aec454cc0267cd133638569d28061b (diff)
examples: new SMS sending example in C using the async API
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index de1f0ff8..c54e466b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -181,6 +181,7 @@ Makefile.in
/tools/tests/test-wrapper.sh
/examples/sms-c/sms-c-sync
+/examples/sms-c/sms-c-async
/ModemManager-*-coverage.info
-/ModemManager-*-coverage/ \ No newline at end of file
+/ModemManager-*-coverage/