From: Hraban Luyat Date: Sun, 14 Aug 2016 14:10:35 +0000 (+0100) Subject: Update .gitignore (no more manual build noise) X-Git-Tag: v2.0.0~74 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=e83e6b6cb3fc89ca2dad4fd3eb67d7e2303d35b6;p=go-opus.git Update .gitignore (no more manual build noise) --- diff --git a/.gitignore b/.gitignore index 40c03a0..245726c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ _cgo_* _obj _test _testmain.go +*.test # Vim noise *.swp @@ -17,7 +18,3 @@ _testmain.go # Just noise *~ *.orig - -/build/ -libopus.a -libopusfile.a