[gnome-builder] io: Add more .git* files to the content type list



commit f0b26ebb37519f6545697a3f8966d00e1205ec92
Author: vanadiae <vanadiae35 gmail com>
Date:   Thu Dec 31 21:39:42 2020 +0100

    io: Add more .git* files to the content type list

 src/libide/io/ide-content-type.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/libide/io/ide-content-type.c b/src/libide/io/ide-content-type.c
index 94ac6b116..a3ed67220 100644
--- a/src/libide/io/ide-content-type.c
+++ b/src/libide/io/ide-content-type.c
@@ -94,6 +94,7 @@ ide_io_init_ctor (void)
   ADD_ICON (bundled_by_full_filename, ".editorconfig", "format-indent-more-symbolic");
   ADD_ICON (bundled_by_full_filename, ".gitignore", "builder-vcs-git-symbolic");
   ADD_ICON (bundled_by_full_filename, ".gitattributes", "builder-vcs-git-symbolic");
+  ADD_ICON (bundled_by_full_filename, ".gitmodules", "builder-vcs-git-symbolic");
 #undef ADD_ICON
 
   /* Create faster check than doing full string checks */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]