[opus] [opus PATCH 3/9] gitignore: update to actually ignore generated/built files.
Diego Elio Pettenò
flameeyes at flameeyes.eu
Mon Sep 10 01:48:21 PDT 2012
Signed-off-by: Diego Elio Pettenò <flameeyes at flameeyes.eu>
---
.gitignore | 22 +++++++++++++++++++++-
1 file modificato, 21 inserzioni(+). 1 rimozione(-)
diff --git a/.gitignore b/.gitignore
index c37834e..205ff5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,20 +3,29 @@
*.la
*.lo
*.o
+*.pc
*.sw
*.vcxproj.user
*~
.deps
+.dirstamp
.libs
Makefile
Makefile.in
aclocal.m4
autom4te.cache
-celt.pc
celt.spec
celt/Debug
celt/Release
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
celt/x64
compile
config.guess
@@ -27,12 +36,20 @@ config.status
config.sub
configure
depcomp
+doc/Doxyfile
+doc/doxygen-build.stamp
+doc/html/
+doc/latex/
+doc/man/
install-sh
libtool
ltmain.sh
missing
opus.sdf
opus.suo
+opus_compare
+opus_demo
+repacketizer_demo
silk/Debug
silk/Release
silk/fixed/Debug
@@ -48,6 +65,9 @@ src/x64
stamp-h1
testcelt
tests/*test
+tests/test_opus_api
+tests/test_opus_decode
+tests/test_opus_encode
tools/celtdec
tools/celtenc
version.h
--
1.7.12
More information about the opus
mailing list