[polari] Update .gitignore



commit c6501baf96444d3af6e99fa33e4bd57d663c05aa
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Mar 15 19:34:19 2017 +0100

    Update .gitignore
    
    Some of the rules match files that *are* under version
    control:
    
     - actual documentation (.page, .xml)
     - the GSettings schema no longer uses
       a .in template
     - the autostart .desktop file isn't
       translated, so no .in either
    
    Fix those errors, and also kill off the rule for
    config.js, which we haven't been generating for
    several release cycles ...

 .gitignore |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb33271..45beae9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,16 +22,13 @@ config.*
 configure
 data/appdata/*.appdata.valid
 data/appdata/*.appdata.xml
-data/*.desktop
+data/org.gnome.Polari.desktop
 data/*.gresource
 data/*.gschema.valid
-data/*.gschema.xml
 data/*.service
 depcomp
 help/*/*.mo
-help/*/*.page
 help/*/*.stamp
-help/*/*.xml
 install-sh
 libtool
 ltmain.sh
@@ -47,7 +44,6 @@ po/POTFILES
 po/Rules-quot
 po/polari.pot
 po/stamp-po
-src/config.js
 src/data-resources.*
 src/polari
 src/polari-accounts


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