[gnome-software: 1/2] gitignore: Ignore various subprojects pulled in by gtk.wrap




commit b304d7f367178c3a07d192e406eacc14dd605d1b
Author: Philip Withnall <pwithnall endlessos org>
Date:   Thu Jan 27 18:07:48 2022 +0000

    gitignore: Ignore various subprojects pulled in by gtk.wrap
    
    These get pulled in automatically as necessary subprojects of `gtk.wrap`
    (needed to build GTK as a subproject of gnome-software). Ignore them to
    keep `git status` output tidy.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 .gitignore | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index 825ba8946..9095d8039 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,15 @@
 subprojects/appstream/
+subprojects/gi-docgen.wrap
+subprojects/gi-docgen/
+subprojects/graphene.wrap
+subprojects/graphene/
 subprojects/gtk/
 subprojects/libadwaita/
 subprojects/libglib-testing/
 subprojects/libxmlb/
 subprojects/malcontent/
+subprojects/mutest.wrap
+subprojects/mutest/
 subprojects/sysprof/
+subprojects/wayland-protocols.wrap
+subprojects/wayland-protocols/


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