Merge "custom eail widget implementation" into tizen
[platform/core/uifw/eail.git] / .gitignore
1 # Object files
2 *.o
3 *.lo
4
5 # Libraries
6 *.lib
7 *.a
8
9 # Shared objects (inc. Windows DLLs)
10 *.dll
11 *.so
12 *.so.*
13 *.dylib
14
15 # Executables
16 *.exe
17 *.out
18 *.app
19
20 # Files modified by autotools
21 INSTALL
22 Makefile.in
23 aclocal.m4
24 config.guess
25 config.log
26 config.sub
27 configure
28 depcomp
29 eail/Makefile.in
30 install-sh
31 ltmain.sh
32 missing
33
34 # Files modified by git
35 stamp-h1