diff options
author | Johnathan Corgan | 2009-11-12 10:50:03 -0800 |
---|---|---|
committer | Johnathan Corgan | 2009-11-12 10:50:03 -0800 |
commit | b3858bfe3b559722bd788e7c32159d4963422c01 (patch) | |
tree | 570dabd2bf93584af5ecab429089783eb24903b8 /docs/howto-write-a-block/.gitignore | |
parent | 5d80acab66a91a6c7bc476761f857d5e876e8bcc (diff) | |
download | gnuradio-b3858bfe3b559722bd788e7c32159d4963422c01.tar.gz gnuradio-b3858bfe3b559722bd788e7c32159d4963422c01.tar.bz2 gnuradio-b3858bfe3b559722bd788e7c32159d4963422c01.zip |
howto: move limbo'd docs into toplevel doc dir for preservation
Diffstat (limited to 'docs/howto-write-a-block/.gitignore')
-rw-r--r-- | docs/howto-write-a-block/.gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/howto-write-a-block/.gitignore b/docs/howto-write-a-block/.gitignore index 719ea5d4f..f65ab6cf7 100644 --- a/docs/howto-write-a-block/.gitignore +++ b/docs/howto-write-a-block/.gitignore @@ -1 +1,18 @@ +/Makefile +/Makefile.in +/.deps +/.libs +/*.la +/*.lo +/autom4te.cache +/*.cache /howto-write-a-block.html +/gr_block.h.xml +/howto_1.i.xml +/howto_square_ff.cc.xml +/howto_square_ff.h.xml +/qa_howto_1.py.xml +/src_lib_Makefile_1.am.xml +/src_lib_Makefile_2.am.xml +/howto_square2_ff.cc.xml +/howto_square2_ff.h.xml |