[banshee] .gitignore: add banshee.appdata.xml as it is autogenerated



commit 0fbddc0e4d7e7ac10906b529c9268124f746ac82
Author: Andrés G. Aragoneses <knocte gmail com>
Date:   Wed Oct 9 01:09:29 2013 +0200

    .gitignore: add banshee.appdata.xml as it is autogenerated
    
    Also:
    - move all data/ items together.
    - fix tabs vs. spaces nit mistake in recent commit related to this

 .gitignore       |    6 ++++--
 data/Makefile.am |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4faa04..7584ed1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,7 +36,6 @@ INSTALL
 aclocal.m4
 autom4te.cache/
 bin/
-data/desktop-files/*.desktop
 src/Extensions/Banshee.MeeGo/meego-panel-banshee.desktop
 install-sh
 libtool
@@ -50,7 +49,6 @@ src/Clients/Booter/banshee
 src/Clients/Booter/banshee.darwin
 src/Clients/Booter/banshee.linux
 src/Extensions/Banshee.AmazonMp3/bamz
-data/audio-profiles/*.xml
 stamp-h1
 *.userprefs
 Banshee.usertasks
@@ -75,3 +73,7 @@ build/windows/generated_share.wxi
 build/windows/generated_binaries.wxi
 build/windows/*.wixpdb
 build/windows/*.msi
+
+data/desktop-files/*.desktop
+data/audio-profiles/*.xml
+data/banshee.appdata.xml
diff --git a/data/Makefile.am b/data/Makefile.am
index ffbf9ff..f4af134 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -29,7 +29,7 @@ EXTRA_DIST = \
        $(appdata_in_files)
 
 CLEANFILES = \
-        $(appdata_DATA)
+       $(appdata_DATA)
 
 DISTCLEANFILES = \
        $(dbusservice_DATA)


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