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:
8
doc/cookbook/examples/.gitignore
vendored
8
doc/cookbook/examples/.gitignore
vendored
@ -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
|
@ -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
|
||||
|
Reference in New Issue
Block a user