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