/ .gitignore
.gitignore
 1  #
 2  # NOTE! Don't add files that are generated in specific
 3  # subdirectories here. Add them in the ".gitignore" file
 4  # in that subdirectory instead.
 5  #
 6  # NOTE! Please use 'git ls-files -i --exclude-standard'
 7  # command after changing this file, to see if there are
 8  # any tracked files which get ignored after the change.
 9  #
10  *.edj
11  *~
12  *swp
13  *swo
14  *.gmo
15  Makefile
16  Makefile.in
17  tags
18  .clang_complete
19  .DS_Store
20  .deps
21  .libs
22  *.trs
23  *.log
24  *.core
25  *.exe
26  *.o
27  *.lo
28  *.a
29  *.la
30  *.gcno
31  *.gcda
32  *.dirstamp
33  *.eo.c
34  *.eo.h
35  *.eot.h
36  *.eo.legacy.h
37  *.eo.legacy.c
38  *.eo.hh
39  *.eo.impl.hh
40  *.eo.js.cc
41  *.eo.cs
42  *.eot.cs
43  *.eo.lua
44  *.luac
45  *.pyc
46  __pycache__
47  .dir-locals.el
48  /efl-*-doc.tar.bz2
49  /ar-lib
50  /stamp-h1
51  /aclocal.m4
52  /autom4te.cache/
53  /config.cache
54  /config.cache-env
55  /config.guess
56  /config.h
57  /config.h.in
58  /config.log
59  /config.status
60  /config.sub
61  /configure
62  /depcomp
63  /doc/Doxyfile
64  /doc/html
65  /doc/latex
66  /doc/man
67  /doc/previews/preview_text_filter
68  /doc/previews/img
69  /install-sh
70  /libtool
71  /ltmain.sh
72  /compile
73  /test-driver
74  /missing
75  /ABOUT-NLS
76  /config.rpath
77  /coverage
78  /src/lib/ecore_x/ecore_x_vsync
79  Session.vim
80  /elm_intro.h
81  /src/modules/evas/engines/gl_common/shader_3d/evas_3d_shaders.x
82  /src/scripts/eo/eo_debug
83  /src/bin/ecore_con/efl_net_proxy_helper
84  /src/bin/efl_wl/efl_wl_test
85  /src/bin/efl_wl/efl_wl_test_stack
86  
87  #wayland generated protocol - some legacy headers will be ignored
88  *-protocol.h
89  *-protocol.c
90  
91  /build
92  .cproject
93  .project
94  /.settings/
95  efl_libs.csv
96  .vscode/
97  .uuid