This file is indexed.

/usr/share/codeblocks/templates/irrlicht.template is in codeblocks-common 16.01+dfsg-2.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<!DOCTYPE CodeBlocks_template_file>
<CodeBlocks_template_file>
	<Template name="Irrlicht" title="Irrlicht Project" category="2D/3D Graphics" bitmap="irrlicht.png">
		<Notice value="This template expects Irrlicht to be located at /opt/irrlicht.
						If this is not the case, you will have to update the relevant 
						custom variable accordingly.
						
						To do this, click on &quot;Project->Build options->Custom variables&quot;"
				isWarning="1"/>
		<FileSet name="s" title="Default">
			<File source="irr_main.cpp" destination="main.cpp"/>
		</FileSet>
		<Option name="Default">
			<Project file="irr_linux.cbp"/>
		</Option>
	</Template>
</CodeBlocks_template_file>