diff options
author | Eric Blossom | 2009-12-23 12:38:17 -0800 |
---|---|---|
committer | Eric Blossom | 2009-12-23 12:38:17 -0800 |
commit | a6146675c40b7a8898a819b6a9e2c09ff37775aa (patch) | |
tree | d860a426f0cb96e15b9a2707f27821ed0f72fd0e | |
parent | 1912d90f062a7b391d071a590b24f062f2bd3183 (diff) | |
download | gnuradio-a6146675c40b7a8898a819b6a9e2c09ff37775aa.tar.gz gnuradio-a6146675c40b7a8898a819b6a9e2c09ff37775aa.tar.bz2 gnuradio-a6146675c40b7a8898a819b6a9e2c09ff37775aa.zip |
update gitignores
-rw-r--r-- | gr-pager/grc/.gitignore | 1 | ||||
-rw-r--r-- | gr-pager/python/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gr-pager/grc/.gitignore b/gr-pager/grc/.gitignore index 70845e08e..3dda72986 100644 --- a/gr-pager/grc/.gitignore +++ b/gr-pager/grc/.gitignore @@ -1 +1,2 @@ Makefile.in +Makefile diff --git a/gr-pager/python/.gitignore b/gr-pager/python/.gitignore index b336cc7ce..604b402c5 100644 --- a/gr-pager/python/.gitignore +++ b/gr-pager/python/.gitignore @@ -1,2 +1,3 @@ /Makefile /Makefile.in +/run_tests |