From 113242cafe62b72b95ed4eb1a5dbe84c11f9aeec Mon Sep 17 00:00:00 2001
From: Ron <ron@debian.org>
Date: Sat, 11 May 2013 09:05:50 +0930
Subject: [PATCH] More gitignorance

---
 .gitattributes |  3 +++
 .gitignore     | 10 +++++++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/.gitattributes b/.gitattributes
index 69b2827df..241502952 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,4 @@
+.gitignore		export-ignore
+.gitattributes		export-ignore
+
 update_version		export-ignore
diff --git a/.gitignore b/.gitignore
index fddf6ddf9..27a956b7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,6 +19,7 @@ install-sh
 .deps
 .libs
 .dirstamp
+*.a
 *.la
 testcelt
 libtool
@@ -28,7 +29,7 @@ opus_compare
 opus_demo
 repacketizer_demo
 stamp-h1
-*.sw
+*.sw*
 *.o
 *.lo
 *.pc
@@ -37,8 +38,7 @@ tests/*test
 tests/test_opus_api
 tests/test_opus_decode
 tests/test_opus_encode
-celt.pc
-celt.spec
+tests/test_opus_padding
 celt/dump_modes/dump_modes
 celt/tests/test_unit_cwrs32
 celt/tests/test_unit_dft
@@ -48,6 +48,10 @@ celt/tests/test_unit_mathops
 celt/tests/test_unit_mdct
 celt/tests/test_unit_rotation
 celt/tests/test_unit_types
+doc/doxygen-build.stamp
+doc/html
+doc/latex
+doc/man
 *.vcxproj.user
 opus.sdf
 opus.suo
-- 
GitLab