summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-libpri-howto17
-rw-r--r--libpri_gitignore10
2 files changed, 27 insertions, 0 deletions
diff --git a/git-libpri-howto b/git-libpri-howto
new file mode 100644
index 0000000..ccc72b8
--- /dev/null
+++ b/git-libpri-howto
@@ -0,0 +1,17 @@
+Basically the same as the asterisk HOWTO.
+
+Changes:
+
+Initial clone is:
+
+ git svn clone -s http://svn.digium.com/svn/libpri
+
+The .gitignore file is:
+
+ cp ../asterisk-tools/libpri_gitignore .gitignore
+
+Libpri has no 'trunk' . So the master branch should follow 1.4:
+
+ git branch -D master
+ git branch --track -b master 1.4
+
diff --git a/libpri_gitignore b/libpri_gitignore
new file mode 100644
index 0000000..54f1ec1
--- /dev/null
+++ b/libpri_gitignore
@@ -0,0 +1,10 @@
+*.o
+*.o.d
+*.lo
+*.lo.d
+libpri.a
+libpri.so*
+version.c
+.depend
+.*.swp
+.gitignore