[asterisk-commits] .gitignore updates for 11 (asterisk[certified/11.6])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Apr 22 16:35:38 CDT 2015


Joshua Colp has submitted this change and it was merged.

Change subject: .gitignore updates for 11
......................................................................


.gitignore updates for 11

Added bootstrap products
Added channels/h323/Makefile
Added res/pjproject

Change-Id: I6b3bc56bf7bdaee0554f36fc2ce3a77e9eaf8aa3
---
M .gitignore
A channels/h323/.gitignore
A res/pjproject/.gitignore
3 files changed, 17 insertions(+), 0 deletions(-)

Approvals:
  Mark Michelson: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Verified



diff --git a/.gitignore b/.gitignore
index 33dd7cc..881e306 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,6 +18,8 @@
 *.moduleinfo
 *.makeopts
 *.makedeps
+aclocal.m4
+autom4te.cache
 makeopts
 .lastclean
 config.log
diff --git a/channels/h323/.gitignore b/channels/h323/.gitignore
new file mode 100644
index 0000000..f3c7a7c
--- /dev/null
+++ b/channels/h323/.gitignore
@@ -0,0 +1 @@
+Makefile
diff --git a/res/pjproject/.gitignore b/res/pjproject/.gitignore
new file mode 100644
index 0000000..7c42f88
--- /dev/null
+++ b/res/pjproject/.gitignore
@@ -0,0 +1,14 @@
+build.mak
+build/cc-auto.mak
+build/os-auto.mak
+pjlib-util/build/os-auto.mak
+pjlib/build/os-auto.mak
+pjlib/include/pj/compat/m_auto.h
+pjlib/include/pj/compat/os_auto.h
+pjmedia/build/os-auto.mak
+pjmedia/include/pjmedia-codec/config_auto.h
+pjmedia/include/pjmedia/config_auto.h
+pjsip/build/os-auto.mak
+pjsip/include/pjsip/sip_autoconf.h
+third_party/build/os-auto.mak
+third_party/build/portaudio/os-auto.mak

-- 
To view, visit https://gerrit.asterisk.org/210
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6b3bc56bf7bdaee0554f36fc2ce3a77e9eaf8aa3
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: certified/11.6
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>



More information about the asterisk-commits mailing list