gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 8b23095343d5d585138e


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 8b23095343d5d585138e3cbba59caeb80e6be707
Date: Sat, 20 Nov 2010 21:10:52 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  8b23095343d5d585138e3cbba59caeb80e6be707 (commit)
      from  5cf3528f2918a8cbf033dab4e71394382604142f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=8b23095343d5d585138e3cbba59caeb80e6be707


commit 8b23095343d5d585138e3cbba59caeb80e6be707
Author: Sandro Santilli <address@hidden>
Date:   Sat Nov 20 22:10:18 2010 +0100

    Ignore *.o and *.moc + some others

diff --git a/.gitignore b/.gitignore
index e5fc0be..acdbcc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,10 @@ Makefile
 bzrversion.h
 .deps
 .libs
+*.o
 *.lo
 *.la
+*.moc
 bzrversion.h
 gnash.pc
 *site.bak
@@ -15,6 +17,7 @@ config.guess
 config.sub
 configure
 gnashconfig.h.in
+gnashconfig.h
 libltdl
 ltmain.sh
 po/*.gmo
@@ -49,7 +52,6 @@ gui/fb-gnash
 gui/riscos-gnash
 gui/fltk-gnash
 gui/aqua-gnash
-gui/*.moc
 gui/*.gcda
 doc/Doxyfile
 libbase/gnashpluginrc
@@ -289,7 +291,6 @@ testsuite/libamf.all/test_sol
 testsuite/libamf.all/testout.sol
 testsuite/actionscript.all/require-ming
 testsuite/actionscript.all/astests-v*-Runner
-gnashconfig.h
 testsuite/misc-haxe.all/*.swf
 testsuite/misc-haxe.all/PP_*
 testsuite/misc-haxe.all/*-runner
@@ -297,7 +298,6 @@ testsuite/misc-ming.all/SharedObjectTestRunner
 utilities/flvdumper
 testsuite/libbase/gnashrc
 testsuite/libbase/gnashrc-local
-plugin/klash/klash_part.moc
 libnet/gnash.log
 libnet/gnash.sum
 libnet/site.bak
@@ -311,7 +311,6 @@ doc/C/*.html
 doc/C/*.info
 cygnal/testsuite/cygnal.all/cygnalrc
 gui/Info.plist
-gui/klash.moc
 testsuite/Dejagnu.swf
 testsuite/tmpSharedObject
 testsuite/libamf.all/test_flv
@@ -391,3 +390,4 @@ testsuite/as3compile.all/sanetests-runner
 testsuite/libbase.all/gnashrc
 testsuite/libbase.all/gnashrc-local
 testsuite/libcore.all/CodeStreamTest
+testoutlog.*

-----------------------------------------------------------------------

Summary of changes:
 .gitignore |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]