diff options
author | Johnathan Corgan | 2009-10-16 12:22:42 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-11-03 07:21:42 -0800 |
commit | 96c92bb05fdbd2d42bb485bee46e63931d465cc3 (patch) | |
tree | 0fe809434adc8a1679eb079cce2fb758b3991928 /gr-pager/src/.gitignore | |
parent | 5a0887f9138dc4dd0e8e09bb859a513bd7c971e2 (diff) | |
download | gnuradio-96c92bb05fdbd2d42bb485bee46e63931d465cc3.tar.gz gnuradio-96c92bb05fdbd2d42bb485bee46e63931d465cc3.tar.bz2 gnuradio-96c92bb05fdbd2d42bb485bee46e63931d465cc3.zip |
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'
Diffstat (limited to 'gr-pager/src/.gitignore')
-rw-r--r-- | gr-pager/src/.gitignore | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gr-pager/src/.gitignore b/gr-pager/src/.gitignore deleted file mode 100644 index 3e806d690..000000000 --- a/gr-pager/src/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -/.libs -/.deps -/Makefile -/Makefile.in -/pager_swig.py -/pager_swig.cc -/*.pyc -/run_tests |