[Libreoffice-commits] online.git: loleaflet/.gitattributes

Pranav Kant pranavk at collabora.com
Wed Apr 20 09:03:07 UTC 2016


 loleaflet/.gitattributes |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4fb1f60e0679b61e8a0580b2a46477f4912bc112
Author: Pranav Kant <pranavk at collabora.com>
Date:   Wed Apr 20 14:30:58 2016 +0530

    Treat minified files as binary files
    
    Helps 'git grep' do its job better.
    
    Change-Id: Ia3c671df471d7ee4545aff3ea96c2bc104d0d025

diff --git a/loleaflet/.gitattributes b/loleaflet/.gitattributes
index e2a8588..b989909 100644
--- a/loleaflet/.gitattributes
+++ b/loleaflet/.gitattributes
@@ -1 +1,3 @@
 *.min.js binary
+*.css.map binary
+*.min.css binary


More information about the Libreoffice-commits mailing list