From 0bc394662cf42c50873d63520609b0e83139f917 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Feb 2022 10:05:25 -0500 Subject: drop actual ini file The intent is to store the example config files in SCM. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5768130..b7639ec 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ config.cfg log/ *.pid *.conf +*.ini -- cgit