Warning, /kdevelop/kdevelop/plugins/git/kdevgit.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="utf-8"?>
0002 <mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
0003   <!-- TODO: find who else uses mimetypes for those files and which. See to push upstream -->
0004   <mime-type type="application/x-gitignore">
0005     <comment>Git Ignore Rules</comment>
0006     <glob pattern=".gitignore"/>
0007     <generic-icon name="git"/>
0008     <sub-class-of type="text/plain"/>
0009   </mime-type>
0010   <mime-type type="application/x-gitattributes">
0011     <comment>Git Attribute Rules</comment>
0012     <glob pattern=".gitattributes"/>
0013     <generic-icon name="git"/>
0014     <sub-class-of type="text/plain"/>
0015   </mime-type>
0016 </mime-info>