Raw
1 configure_file(
2 input: 'exclude',
3 output: 'exclude',
4 configuration: template_config,
5 install: true,
6 install_dir: get_option('datadir') / 'git-core/templates/info',
7 )