diff options
author | Mike McCormack <mikem@atratus.org> | 2012-10-09 11:24:14 +0000 |
---|---|---|
committer | Mike McCormack <mikem@ring3k.org> | 2012-10-09 11:24:14 +0000 |
commit | 2d2b04a7356a8819df7a5743e9369f0f5a67e72f (patch) | |
tree | 9569f1118c5f8af0e108553598efeb3cd129809f /.gitignore | |
parent | 3c6e2fabf3c15868ac9e53ddce41147c91f4632e (diff) |
elf: Ignore build output in git
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 77636
Diffstat (limited to '')
-rw-r--r-- | .gitignore (renamed from legacy/eina/.gitignore) | 39 |
1 files changed, 15 insertions, 24 deletions
diff --git a/legacy/eina/.gitignore b/.gitignore index 1dbaca3510..a1e02bed1f 100644 --- a/legacy/eina/.gitignore +++ b/.gitignore | |||
@@ -1,17 +1,12 @@ | |||
1 | *~ | 1 | Makefile |
2 | Makefile.in | ||
3 | .deps | ||
4 | .libs | ||
2 | *.o | 5 | *.o |
3 | *.lo | 6 | *.lo |
7 | *.a | ||
4 | *.la | 8 | *.la |
5 | .libs | 9 | /stamp-h1 |
6 | .deps | ||
7 | *.pc | ||
8 | Makefile | ||
9 | Makefile.in | ||
10 | *.so | ||
11 | .*.sw[po] | ||
12 | *.gcov | ||
13 | *.gcno | ||
14 | /README | ||
15 | /aclocal.m4 | 10 | /aclocal.m4 |
16 | /autom4te.cache/ | 11 | /autom4te.cache/ |
17 | /config.cache | 12 | /config.cache |
@@ -23,24 +18,20 @@ Makefile.in | |||
23 | /config.sub | 18 | /config.sub |
24 | /configure | 19 | /configure |
25 | /depcomp | 20 | /depcomp |
26 | /doc/evas.dox | 21 | /doc/Doxyfile |
27 | /evas.spec | ||
28 | /install-sh | 22 | /install-sh |
29 | /libtool | 23 | /libtool |
30 | /ltmain.sh | 24 | /ltmain.sh |
31 | /missing | ||
32 | /stamp-h1 | ||
33 | tags | ||
34 | cscope.out | ||
35 | /config.cache | ||
36 | coverage | ||
37 | /ABOUT-NLS | ||
38 | /config.cache-env | ||
39 | /doc/Doxyfile | ||
40 | /eina.spec | ||
41 | /m4/libtool.m4 | 25 | /m4/libtool.m4 |
42 | /m4/ltoptions.m4 | 26 | /m4/ltoptions.m4 |
43 | /m4/ltsugar.m4 | 27 | /m4/ltsugar.m4 |
44 | /m4/ltversion.m4 | 28 | /m4/ltversion.m4 |
45 | /m4/lt~obsolete.m4 | 29 | /m4/lt~obsolete.m4 |
46 | /src/include/eina_config.h | 30 | /missing |
31 | /pc/eet.pc | ||
32 | /pc/eina.pc | ||
33 | /pc/eo.pc | ||
34 | /pc/evil.pc | ||
35 | /spec/efl.spec | ||
36 | /src/bin/eet/eet | ||
37 | /src/lib/eina/eina_config.h | ||