From 96c92bb05fdbd2d42bb485bee46e63931d465cc3 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Fri, 16 Oct 2009 12:22:42 -0700 Subject: Directory reorganization to newer layout Top-level applications go into 'apps' (previous commit) C++ library build goes into 'lib' SWIG generation goes into 'swig' Pure python modules/code goes into 'python' --- gr-pager/swig/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gr-pager/swig/.gitignore (limited to 'gr-pager/swig/.gitignore') diff --git a/gr-pager/swig/.gitignore b/gr-pager/swig/.gitignore new file mode 100644 index 000000000..6df28c365 --- /dev/null +++ b/gr-pager/swig/.gitignore @@ -0,0 +1,6 @@ +/Makefile +/Makefile.in +/pager_swig.py +/pager_swig.cc +/*.pyc +/run_tests -- cgit