diff options
author | Alfred E. Heggestad <aeh@db.org> | 2014-02-09 02:44:09 -0800 |
---|---|---|
committer | Alfred E. Heggestad <aeh@db.org> | 2014-02-09 02:44:09 -0800 |
commit | e6ad5cf4401b860ba402d4b7b3c7c254bc87a019 (patch) | |
tree | d4457a003279d87ab88866bda6f1915fefc421d0 |
Initial commit
-rw-r--r-- | .gitignore | 18 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 22 insertions, 0 deletions
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 |