diff options
author | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-06-05 20:08:25 +0900 |
---|---|---|
committer | Carsten Haitzler (Rasterman) <raster@rasterman.com> | 2013-06-05 20:08:58 +0900 |
commit | 19d73071c4cdf7aaa1df9230e554d6737717c4ea (patch) | |
tree | cf83529a0b83db295fcf376a517649f9684fd629 /.gitignore | |
parent | bec4be64a1bb15ff6fb6f9902f275324ccc16306 (diff) | |
download | efl-19d73071c4cdf7aaa1df9230e554d6737717c4ea.tar.gz |
update gitignore to ignore build files it doesnt need to worry about
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2197a7f6f4..b12b4ef5f5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ tags *.gcno *.gcda *.dirstamp +/efl-*-doc.tar.bz2 /ar-lib /stamp-h1 /aclocal.m4 @@ -30,6 +31,9 @@ tags /configure /depcomp /doc/Doxyfile +/doc/html +/doc/latex +/doc/man /install-sh /libtool /ltmain.sh @@ -62,6 +66,9 @@ tags /pc/evas.pc /spec/efl.spec /pkgbuild/PKGBUILD +/pkgbuild/pkg +/pkgbuild/src +/pkgbuild/*.tar.xz /src/bin/eet/eet /src/bin/embryo/embryo_cc /src/bin/evas/dummy_slave |