From e6ad5cf4401b860ba402d4b7b3c7c254bc87a019 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 9 Feb 2014 02:44:09 -0800 Subject: Initial commit --- .gitignore | 18 ++++++++++++++++++ README.md | 4 ++++ 2 files changed, 22 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9fa3b1b --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Object files +*.o +*.ko + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d4d78b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +baresip +======= + +Baresip is a modular SIP User-Agent with audio and video support -- cgit v1.2.3