shithub: opus

Download patch

ref: 99aaff599e77cda8d6d709288a087d0fcdaef13d
parent: 165e11c94d7cfe55e8cd614739049083c20c76b4
author: Ricardo Constantino (:RiCON) <wiiaboo@gmail.com>
date: Wed May 18 17:22:32 EDT 2016

Add remaining generated files to gitignore

*-gnu.S are generated by arm2gnu.pl (derf)
celt/arm/armopts.s is also generated from armopts.s.in

--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@
 *.a
 *.exe
 *.la
+*-gnu.S
 testcelt
 libtool
 ltmain.sh
@@ -36,10 +37,12 @@
 opus_demo
 repacketizer_demo
 stamp-h1
+test-driver
 *.sw*
 *.o
 *.lo
 *.pc
+*.tar.gz
 *~
 tests/*test
 tests/test_opus_api
@@ -46,6 +49,7 @@
 tests/test_opus_decode
 tests/test_opus_encode
 tests/test_opus_padding
+celt/arm/armopts.s
 celt/dump_modes/dump_modes
 celt/tests/test_unit_cwrs32
 celt/tests/test_unit_dft