-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
75 lines (69 loc) · 907 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
73
74
# generated and tmp files
*~
*.edj
*.exe
*.o
*.lo
*.la
.deps
*.gcno
*.gcda
.dirstamp
.edi
*.swp
/build
/src/bin/edi
/src/bin/edi_build
/src/bin/edi_scm
/data/desktop/edi.desktop
/data/extra/templates/*.tar.gz
/doc/edi.1
edi-*.tar.?z*
po/*.gmo
po/POTFILES
.libs
pc/edi.pc
# 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
compile_commands.json
# 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