diff options
author | Daniel Juyung Seo <seojuyung2@gmail.com> | 2012-12-04 08:36:14 +0000 |
---|---|---|
committer | Daniel Juyung Seo <seojuyung2@gmail.com> | 2012-12-04 08:36:14 +0000 |
commit | 3495a452cf0bf703d30415156427bc89cd004b33 (patch) | |
tree | 0028938814c4a17588200ad02357b586f7d576e9 /.gitignore | |
parent | 316ddf1b3f0e2280aed7da4dda16fa3e52bcce14 (diff) |
efl .gitignore: updated .gitignore.
SVN revision: 80132
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e64eac70df..8cbc80b2dc 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,6 +1,7 @@ | |||
1 | *~ | 1 | *~ |
2 | *swp | 2 | *swp |
3 | *swo | 3 | *swo |
4 | *.gmo | ||
4 | Makefile | 5 | Makefile |
5 | Makefile.in | 6 | Makefile.in |
6 | .deps | 7 | .deps |
@@ -65,3 +66,64 @@ Makefile.in | |||
65 | /src/bin/evas/evas_cserve2_usage | 66 | /src/bin/evas/evas_cserve2_usage |
66 | /src/lib/eina/eina_config.h | 67 | /src/lib/eina/eina_config.h |
67 | /INSTALL | 68 | /INSTALL |
69 | ABOUT-NLS | ||
70 | config.rpath | ||
71 | m4/codeset.m4 | ||
72 | m4/gettext.m4 | ||
73 | m4/glibc2.m4 | ||
74 | m4/glibc21.m4 | ||
75 | m4/iconv.m4 | ||
76 | m4/intdiv0.m4 | ||
77 | m4/intl.m4 | ||
78 | m4/intldir.m4 | ||
79 | m4/intlmacosx.m4 | ||
80 | m4/intmax.m4 | ||
81 | m4/inttypes-pri.m4 | ||
82 | m4/inttypes_h.m4 | ||
83 | m4/lcmessage.m4 | ||
84 | m4/lib-ld.m4 | ||
85 | m4/lib-link.m4 | ||
86 | m4/lib-prefix.m4 | ||
87 | m4/lock.m4 | ||
88 | m4/longlong.m4 | ||
89 | m4/nls.m4 | ||
90 | m4/po.m4 | ||
91 | m4/printf-posix.m4 | ||
92 | m4/progtest.m4 | ||
93 | m4/size_max.m4 | ||
94 | m4/stdint_h.m4 | ||
95 | m4/uintmax_t.m4 | ||
96 | m4/visibility.m4 | ||
97 | m4/wchar_t.m4 | ||
98 | m4/wint_t.m4 | ||
99 | m4/xsize.m4 | ||
100 | pc/ecore-cocoa.pc | ||
101 | pc/ecore-con.pc | ||
102 | pc/ecore-directfb.pc | ||
103 | pc/ecore-evas.pc | ||
104 | pc/ecore-fb.pc | ||
105 | pc/ecore-file.pc | ||
106 | pc/ecore-imf-evas.pc | ||
107 | pc/ecore-imf.pc | ||
108 | pc/ecore-input-evas.pc | ||
109 | pc/ecore-input.pc | ||
110 | pc/ecore-ipc.pc | ||
111 | pc/ecore-psl1ght.pc | ||
112 | pc/ecore-sdl.pc | ||
113 | pc/ecore-wayland.pc | ||
114 | pc/ecore-win32.pc | ||
115 | pc/ecore-wince.pc | ||
116 | pc/ecore-x.pc | ||
117 | pc/ecore.pc | ||
118 | pc/escape.pc | ||
119 | po/Makefile.in.in | ||
120 | po/Makevars.template | ||
121 | po/POTFILES | ||
122 | po/Rules-quot | ||
123 | po/boldquot.sed | ||
124 | po/en@boldquot.header | ||
125 | po/en@quot.header | ||
126 | po/insert-header.sin | ||
127 | po/quot.sed | ||
128 | po/remove-potcdate.sin | ||
129 | |||