build: Autogenerate more ignore files

The tests/accessibility, tests/micro-bench and the examples directory
in the coobook create a lot of non-installed binaries. Since we know who
they are, and we ignore them, we can auto-generate the ignore files as
well.

The rest of Clutter is covered by the main ignore file.
This commit is contained in:
Emmanuele Bassi
2010-08-14 08:43:16 +01:00
parent f14587aadc
commit 94c8635d0f
8 changed files with 33 additions and 18 deletions

View File

@ -1,8 +0,0 @@
/animations-rotating
/text-shadow
/textures-reflection
/textures-split-go
/textures-sub-texture
/layouts-stacking
/layouts-stacking-diff-sized-actors
/events-mouse-scroll

View File

@ -40,3 +40,7 @@ textures_sub_texture_SOURCES = textures-sub-texture.c
layouts_stacking_SOURCES = layouts-stacking.c
layouts_stacking_diff_sized_actors_SOURCES = layouts-stacking-diff-sized-actors.c
events_mouse_scroll_SOURCES = events-mouse-scroll.c
DISTCLEANFILES =
-include $(top_srcdir)/build/autotools/Makefile.am.gitignore