aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2017-11-20gitignore: vim swp filesNeels Hofmeyr1-0/+2
Change-Id: I0013625df95c5600479953e6f83b848efadb525a
2017-10-13examples: add simple UDP client/serverMax1-0/+2
In addition to showing basic UDP send/receive example, it helps to test corner-case when dealing with 0-length UDP packets. Change-Id: I08c0adf1cf9b6a6f1f7090b237d0497c2ec13cdf Related: OS#2219
2017-04-08Add minimal doxygen documentation for stream + datagram modulesHarald Welte1-0/+2
We should have doxygen documentation for all libosmo-* APIs. libosmo-netif is currently devoid of any API docs. Let's start with the stream and datagram socket related functions. Change-Id: I589a5e60d9df2b8a65fbaf68f80e3ae0039d8c2a
2016-07-07gitignore: tests/osmux/.dirstampNeels Hofmeyr1-0/+1
Change-Id: Ia0380da1f4980035938ec39cd2b5674f0400fbb3
2014-09-08misc: Ignore some build artefactsHolger Hans Peter Freyther1-0/+2
2014-04-29misc: Ignore files that are generatedHolger Hans Peter Freyther1-0/+18
2013-11-15misc: Ignore files generated by autotestHolger Hans Peter Freyther1-0/+3
2012-06-28add .gitignorePablo Neira Ayuso1-0/+27
Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>