From 16afc46ca476bfbe4e123a5461dab23462bdbd47 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Wed, 27 Nov 2019 09:59:09 -0500 Subject: [PATCH] add test symlinks to gitignore files Change-Id: Icaf60b8e1eb75f10f9b41cb5c55ad40ea89aa0ac --- daemon/.gitignore | 1 + recording-daemon/.gitignore | 1 + t/.gitignore | 1 + 3 files changed, 3 insertions(+) diff --git a/daemon/.gitignore b/daemon/.gitignore index d92e6dbff..5d1fc90c9 100644 --- a/daemon/.gitignore +++ b/daemon/.gitignore @@ -18,3 +18,4 @@ ssllib.c dtmflib.c *-test dtmf_rx_fillin.h +*-test.c diff --git a/recording-daemon/.gitignore b/recording-daemon/.gitignore index 81724b20c..7a13a9264 100644 --- a/recording-daemon/.gitignore +++ b/recording-daemon/.gitignore @@ -16,3 +16,4 @@ streambuf.c ssllib.c dtmflib.c *-test +*-test.c diff --git a/t/.gitignore b/t/.gitignore index bcf4c6fdc..f686cdefb 100644 --- a/t/.gitignore +++ b/t/.gitignore @@ -52,3 +52,4 @@ dtmflib.c test-dtmf-detect *-test dtmf_rx_fillin.h +*-test.c