diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-04 17:00:32 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-04 17:00:32 +0200 |
commit | 2310c3b793c72948f07cb1cb9f6a0e2ad0e6d959 (patch) | |
tree | b78b3689fe80af7110c675a5ffe552c0ffec339b | |
parent | ae0b84cbbd1e26fff77576f6fd0197aa42687789 (diff) | |
download | gtk-vlc-player-2310c3b793c72948f07cb1cb9f6a0e2ad0e6d959.tar.gz |
updated .gitignore: ignore more libtool files
-rw-r--r-- | .gitignore | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -8,19 +8,21 @@ /aclocal.m4 /autom4te.cache /libtool +.*/ +*.la +*.lo +*.o Makefile Makefile.in stamp-* # Generated -.*/ /doc/Doxyfile /doc/doxygen /doc/experiment-player.html /doc/html_titlepage.xsl /src/experiment-player -*.o # Backup files *~ |