forked from Enlightenment/edi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
72 lines (66 loc) · 956 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# generated and tmp files
*~
*.edj
*.exe
*.o
*.lo
*.la
.deps
*.gcno
*.gcda
/src/bin/edi
/src/bin/edi_build
/data/desktop/edi.desktop
/doc/edi.1
edi-*.tar.?z*
po/*.gmo
po/POTFILES
.libs
# autotools crap
m4/*.m4
!m4/efl*.m4
Makefile
Makefile.in
aclocal.m4
autom4te.cache
compile
config.guess
config.h
config.h.in
config.log
config.rpath
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1
ar-lib
test-driver
test-suite.log
# gettext crap
ABOUT-NLS
po/Makefile.in.in
po/Makevars.template
po/Rules-quot
po/boldquot.sed
po/insert-header.sin
po/quot.sed
po/remove-potcdate.sed
po/remove-potcdate.sin
po/stamp-po
/coverage/
/src/tests/edi_suite
/src/tests/edi_suite.*
/src/tests/test-suite.log
/src/tests/check-results.xml
/elm_code/bin/elm_code_test
/elm_code/tests/elm_code_suite
/elm_code/tests/elm_code_suite.*
/elm_code/tests/test-suite.log
/elm_code/tests/check-results.xml