diff options
author | Jean Guyomarc'h <jean.guyomarch@gmail.com> | 2014-07-26 19:55:24 +0200 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2014-07-26 19:55:24 +0200 |
commit | 353f3e27ba0eab5de92e53638bee9d5281dc2eee (patch) | |
tree | c65c08acfd586529e46221e36364cd5873593f97 /.gitignore | |
parent | 9a66d3343865694da71762e36998e9736a2817f6 (diff) |
Fix autotools+ignores (auto-generated files). Fix linking error with --disable-nls.
Reviewers: billiob
Differential Revision: https://phab.enlightenment.org/D1239
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -62,3 +62,33 @@ Makefile.in | |||
62 | /pkgbuild/pkg | 62 | /pkgbuild/pkg |
63 | /pkgbuild/src | 63 | /pkgbuild/src |
64 | /pkgbuild/*.tar.xz | 64 | /pkgbuild/*.tar.xz |
65 | /intl/ | ||
66 | /m4/codeset.m4 | ||
67 | /m4/fcntl-o.m4 | ||
68 | /m4/glibc2.m4 | ||
69 | /m4/glibc21.m4 | ||
70 | /m4/intdiv0.m4 | ||
71 | /m4/intl.m4 | ||
72 | /m4/intldir.m4 | ||
73 | /m4/intlmacosx.m4 | ||
74 | /m4/intmax.m4 | ||
75 | /m4/inttypes-pri.m4 | ||
76 | /m4/inttypes_h.m4 | ||
77 | /m4/lcmessage.m4 | ||
78 | /m4/lock.m4 | ||
79 | /m4/longlong.m4 | ||
80 | /m4/printf-posix.m4 | ||
81 | /m4/size_max.m4 | ||
82 | /m4/stdint_h.m4 | ||
83 | /m4/threadlib.m4 | ||
84 | /m4/uintmax_t.m4 | ||
85 | /m4/visibility.m4 | ||
86 | /m4/wchar_t.m4 | ||
87 | /m4/wint_t.m4 | ||
88 | /m4/xsize.m4 | ||
89 | /po/Makevars.template | ||
90 | config.cache | ||
91 | ABOUT-NLS | ||
92 | config.rpath | ||
93 | po/Makefile.in.in | ||
94 | po/remove-potcdate.sin | ||