From 4228090f88835d82ada60e79f78be84ab09759aa Mon Sep 17 00:00:00 2001 From: Mark Spencer <markster@digium.com> Date: Thu, 8 May 2003 03:46:43 +0000 Subject: [PATCH] Add and update .cvsignore files for .depend git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@976 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- .cvsignore | 1 + agi/.cvsignore | 1 + apps/.cvsignore | 1 + astman/.cvsignore | 1 + cdr/.cvsignore | 1 + channels/.cvsignore | 1 + codecs/.cvsignore | 1 + formats/.cvsignore | 1 + pbx/.cvsignore | 1 + res/.cvsignore | 1 + 10 files changed, 10 insertions(+) create mode 100755 apps/.cvsignore create mode 100755 cdr/.cvsignore create mode 100755 formats/.cvsignore create mode 100755 res/.cvsignore diff --git a/.cvsignore b/.cvsignore index 7dca5fe161..6257c57854 100755 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ asterisk build.h ast_expr.c .version +.depend diff --git a/agi/.cvsignore b/agi/.cvsignore index f0f87f2493..2cbd3550ac 100755 --- a/agi/.cvsignore +++ b/agi/.cvsignore @@ -1,2 +1,3 @@ eagi-test eagi-sphinx-test +.depend diff --git a/apps/.cvsignore b/apps/.cvsignore new file mode 100755 index 0000000000..4671378aef --- /dev/null +++ b/apps/.cvsignore @@ -0,0 +1 @@ +.depend diff --git a/astman/.cvsignore b/astman/.cvsignore index a03052999a..9d1af967fc 100755 --- a/astman/.cvsignore +++ b/astman/.cvsignore @@ -1 +1,2 @@ astman +.depend diff --git a/cdr/.cvsignore b/cdr/.cvsignore new file mode 100755 index 0000000000..4671378aef --- /dev/null +++ b/cdr/.cvsignore @@ -0,0 +1 @@ +.depend diff --git a/channels/.cvsignore b/channels/.cvsignore index ee5ff43b87..7806e25a5e 100755 --- a/channels/.cvsignore +++ b/channels/.cvsignore @@ -1,3 +1,4 @@ busy.h gentone ringtone.h +.depend diff --git a/codecs/.cvsignore b/codecs/.cvsignore index 428ba001b5..17cb452813 100755 --- a/codecs/.cvsignore +++ b/codecs/.cvsignore @@ -1,2 +1,3 @@ g723.1 g723.1b +.depend diff --git a/formats/.cvsignore b/formats/.cvsignore new file mode 100755 index 0000000000..4671378aef --- /dev/null +++ b/formats/.cvsignore @@ -0,0 +1 @@ +.depend diff --git a/pbx/.cvsignore b/pbx/.cvsignore index 053dfa8f1b..00f9c6ef82 100755 --- a/pbx/.cvsignore +++ b/pbx/.cvsignore @@ -1 +1,2 @@ pbx_kdeconsole.moc +.cvsignore diff --git a/res/.cvsignore b/res/.cvsignore new file mode 100755 index 0000000000..4671378aef --- /dev/null +++ b/res/.cvsignore @@ -0,0 +1 @@ +.depend -- GitLab