[chronojump] libcesarplayer/Makefile generates these two files, they don't need to be in the git repository.



commit d579c89dae7438d7ccad82957799b013f88f8d2f
Author: Carles Pina i Estany <carles pina cat>
Date:   Mon Oct 17 13:20:35 2016 +0200

    libcesarplayer/Makefile generates these two files, they don't need to be in the git repository.
    
    Until now doing a git diff/git status after autogen.sh and before make was showing these files as removed.
    
    Here the rules in the Makefile that generates the files:
    baconvideowidget-marshal.h: baconvideowidget-marshal.list
            ( $(GLIB_GENMARSHAL) --prefix=baconvideowidget_marshal $(srcdir)/baconvideowidget-marshal.list 
--header > baconvideowidget-marshal.h )
    baconvideowidget-marshal.c: baconvideowidget-marshal.h
            ( $(GLIB_GENMARSHAL) --prefix=baconvideowidget_marshal $(srcdir)/baconvideowidget-marshal.list 
--body --header > baconvideowidget-marshal.c )

 .gitignore                                |    4 +
 libcesarplayer/baconvideowidget-marshal.c |  247 -----------------------------
 libcesarplayer/baconvideowidget-marshal.h |   44 -----
 3 files changed, 4 insertions(+), 291 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c76dca0..508711a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,10 @@ src/chronojump
 src/chronojump.desktop
 win32/chronojump_innosetup.iss
 
+# Cesarplayer generates 2 files
+libcesarplayer/baconvideowidget-marshal.c
+libcesarplayer/baconvideowidget-marshal.h
+
 # testing-stuff binaries
 testing-stuff/*.exe
 


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