examples: update gitignore

Test Plan:
make examples
git state

Reviewers: Jaehyun_Cho, Hermet, segfaultxavi

Reviewed By: segfaultxavi

Subscribers: segfaultxavi, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7406
This commit is contained in:
Yeongjong Lee 2018-12-04 10:09:33 +01:00 committed by Xavi Artigas
parent f0092e8e0d
commit 93aefcce14
5 changed files with 21 additions and 7 deletions

View File

@ -37,6 +37,7 @@
/ecore_file_download_example
/ecore_getopt_example
/ecore_idler_example
/ecore_input_joystick_example
/ecore_imf_example
/ecore_job_example
/ecore_pipe_gstreamer_example

View File

@ -1,6 +1,7 @@
/animations2
/codegen_example_generated.c
/codegen_example_generated.h
/edje-anchors
/edje-animations
/edje-basic
/edje-basic2

View File

@ -1,7 +1,7 @@
/eet_basic
/eet_data_cipher_decipher
/eet_data_file_descriptor_01
/eet_data_file_descriptor_02
/eet_data_nested
/eet_data_simple
/eet_file
/eet-basic
/eet-data-cipher_decipher
/eet-data-file_descriptor_01
/eet-data-file_descriptor_02
/eet-data-nested
/eet-data-simple
/eet-file

View File

@ -28,13 +28,17 @@
/eina_log_03
/eina_magic_01
/eina_simple_xml_parser_01
/eina_simple_xml_parser_02
/eina_str_01
/eina_strbuf_01
/eina_strbuf_02
/eina_stringshare_01
/eina_tiler_01
/eina_tiler_02
/eina_tmpstr_01
/eina_value_01
/eina_value_02
/eina_value_03
/eina_value_04
/eina_xattr_01
/eina_xattr_02

View File

@ -53,6 +53,8 @@
/index_example_02
/inwin_example
/label_example_01
/label_example_02
/label_example_03
/layout_example_01
/layout_example_02
/layout_example_03
@ -161,3 +163,9 @@
/codegen_example_generated.c
/codegen_example_generated.h
/toolbar_cxx_example_01
/efl_canvas_layout_text
/efl_ui_list_view_example_1
/efl_ui_list_view_example_2
/efl_ui_list_view_example_3
/efl_ui_theme_example_01
/efl_ui_theme_example_02