diff --git a/.gitignore b/.gitignore index 29e00e8f..cd13283c 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,7 @@ cotire/ # doxygen output folder doxygen/generated/ doxygen/*.tmp + +# ignore config directory contents except the default file +bin/config/*.ini +!bin/config/config.ini.default \ No newline at end of file