[grilo-plugins] gitignore: Ignore test-driver and the generated stuff under po/



commit 0eec3b324d70362e0e5c06f66f6dd030994252b7
Author: Emanuele Aina <emanuele aina collabora com>
Date:   Thu Jun 20 13:04:23 2013 +0200

    gitignore: Ignore test-driver and the generated stuff under po/
    
    https://bugzilla.gnome.org/show_bug.cgi?id=702731

 .gitignore |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 597c813..d1fed50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,11 +24,23 @@ ltmain.sh
 missing
 omf.make
 stamp-h1
+test-driver
 xmldocs.make
 gnome-doc-utils.make
 
 /m4/*.m4
 !/m4/grilo.m4
 
+/po/*.gmo
+/po/*.header
+/po/*.sed
+/po/*.sin
+/po/.intltool-merge-cache
+/po/Makefile.in.in
+/po/Makevars.template
+/po/POTFILES
+/po/Rules-quot
+/po/stamp-it
+
 .*.sw?
 .gdb_history


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