corrected .gitignore
diff --git a/lib/qa_receiver.cc b/lib/qa_receiver.cc
new file mode 100644
index 0000000..34949dd
--- /dev/null
+++ b/lib/qa_receiver.cc
@@ -0,0 +1,40 @@
+/* -*- c++ -*- */
+/* 
+ * Copyright 2014 <+YOU OR YOUR COMPANY+>.
+ * 
+ * This is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3, or (at your option)
+ * any later version.
+ * 
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with this software; see the file COPYING.  If not, write to
+ * the Free Software Foundation, Inc., 51 Franklin Street,
+ * Boston, MA 02110-1301, USA.
+ */
+
+
+#include <gnuradio/attributes.h>
+#include <cppunit/TestAssert.h>
+#include "qa_receiver.h"
+#include <gsm/receiver.h>
+
+//this is just a stub created by gr_modtool
+
+namespace gr {
+  namespace gsm {
+
+    void
+    qa_receiver::t1()
+    {
+        // Put test here
+    }
+
+  } /* namespace gsm */
+} /* namespace gr */
+