diff options
author | Tom Hacohen <tom@stosb.com> | 2011-05-17 15:49:08 +0000 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2011-05-17 15:49:08 +0000 |
commit | 63f89e6866310f3c508a6561cdafcad2a7f62ed5 (patch) | |
tree | 0a8eed7bb4c0ff6431d552d076972ef6b8e15482 /legacy/eina/.gitignore | |
parent | 8ca233f8cbafc07f97314fc4d5c8ebc119909624 (diff) |
Eina: Added .gitignore.
SVN revision: 59469
Diffstat (limited to '')
-rw-r--r-- | legacy/eina/.gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/legacy/eina/.gitignore b/legacy/eina/.gitignore new file mode 100644 index 0000000000..79eaecf872 --- /dev/null +++ b/legacy/eina/.gitignore | |||
@@ -0,0 +1,35 @@ | |||
1 | *.o | ||
2 | *.lo | ||
3 | *.la | ||
4 | .libs | ||
5 | .deps | ||
6 | *.pc | ||
7 | Makefile | ||
8 | Makefile.in | ||
9 | *.so | ||
10 | .*.sw[po] | ||
11 | *.gcov | ||
12 | *.gcno | ||
13 | /README | ||
14 | /aclocal.m4 | ||
15 | /autom4te.cache/ | ||
16 | /config.cache | ||
17 | /config.guess | ||
18 | /config.h | ||
19 | /config.h.in | ||
20 | /config.log | ||
21 | /config.status | ||
22 | /config.sub | ||
23 | /configure | ||
24 | /depcomp | ||
25 | /doc/evas.dox | ||
26 | /evas.spec | ||
27 | /install-sh | ||
28 | /libtool | ||
29 | /ltmain.sh | ||
30 | /missing | ||
31 | /stamp-h1 | ||
32 | tags | ||
33 | cscope.out | ||
34 | /config.cache | ||
35 | coverage | ||