From 96480adaff14041dcf3c90167999088fea7c4f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Fri, 28 Sep 2012 11:01:01 +0200 Subject: Ignore files created by configure && make --- .gitignore | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b7bcdcec..673ac436 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +Doxyfile Makefile Makefile.in +TAGS aclocal.m4 autom4te.cache *.kdevelop.pcs @@ -16,22 +18,36 @@ depcomp install-sh .deps .libs +.dirstamp *.la testcelt libtool ltmain.sh missing +opus_compare +opus_demo +repacketizer_demo stamp-h1 *.sw *.o *.lo +*.pc *~ tests/*test -tools/celtdec -tools/celtenc +tests/test_opus_api +tests/test_opus_decode +tests/test_opus_encode celt.pc celt.spec celt/dump_modes/dump_modes +celt/tests/test_unit_cwrs32 +celt/tests/test_unit_dft +celt/tests/test_unit_entropy +celt/tests/test_unit_laplace +celt/tests/test_unit_mathops +celt/tests/test_unit_mdct +celt/tests/test_unit_rotation +celt/tests/test_unit_types *.vcxproj.user opus.sdf opus.suo -- cgit v1.2.3