[gnome-dvb-daemon] Updated list of ignored files



commit 89ce0409ff028458e3684662988c0d8a86dd8f99
Author: Sebastian Pölsterl <sebp k-d-w org>
Date:   Sat Apr 16 20:51:14 2011 +0200

    Updated list of ignored files

 .bzrignore => .gitignore |   35 +++++++++++++++--------------------
 src/.gitignore           |    1 +
 2 files changed, 16 insertions(+), 20 deletions(-)
---
diff --git a/.bzrignore b/.gitignore
similarity index 72%
rename from .bzrignore
rename to .gitignore
index a1ce6d9..96b7e35 100644
--- a/.bzrignore
+++ b/.gitignore
@@ -1,28 +1,19 @@
-.tm_project*
 .libs
 .deps
-.*swp
-.nautilus-metafile.xml
-*.autosave
-*.pws
-*.bak
 *~
-#*#
-*.gladep
-*.la
-*.lo
-*.o
-*.class
+*.l[oa]
+*.[oa]
 *.py[co]
-src/**/*.[ch]
 *.stamp
 .dirstamp
+ChangeLog
 stamp-it
-aclocal.m4
+ABOUT-NLS
 autom4te.cache
 config.h
 config.h.in
 config.log
+config.rpath
 config.status
 configure
 intltool-extract*
@@ -41,7 +32,6 @@ Makefile.in
 install-sh
 missing
 depcomp
-po/POTFILES
 INSTALL
 compile
 py-compile
@@ -51,8 +41,13 @@ data/*.desktop
 data/*.desktop.in
 gnome-dvb-daemon-*.tar.*
 defs.py
-m4/intltool.m4
-po/*.mo
-po/Makefile.in.in
-ChangeLog
-*.gmo
+aclocal.m4
+m4/*
+!m4/python.m4
+!m4/gstreamer.m4
+po/*
+!po/*.po
+!po/ChangeLog
+!po/POTFILES.in
+!po/POTFILES.skip
+!po/LINGUAS
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..decba01
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1 @@
+*.[ch]



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