diff options
author | Matt Ettus | 2009-09-03 10:39:37 -0700 |
---|---|---|
committer | Matt Ettus | 2009-09-03 10:39:37 -0700 |
commit | 19094db4bd7ba13bd80e4baa9ecdf1e7d2ac547d (patch) | |
tree | b838aab400f6b5f69ec37ad03120f24fea70c9a7 | |
parent | 4fff2505ffd0779126d8a2036d63f1fcc53bdb52 (diff) | |
download | gnuradio-19094db4bd7ba13bd80e4baa9ecdf1e7d2ac547d.tar.gz gnuradio-19094db4bd7ba13bd80e4baa9ecdf1e7d2ac547d.tar.bz2 gnuradio-19094db4bd7ba13bd80e4baa9ecdf1e7d2ac547d.zip |
misc ignores
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | usrp2/fpga/.gitignore | 1 | ||||
-rw-r--r-- | usrp2/fpga/simple_gemac/.gitignore | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b11bb113a..6a6326509 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /build /run_tests.sh /*-stamp +*~ diff --git a/usrp2/fpga/.gitignore b/usrp2/fpga/.gitignore index 30eee31c6..a12cca79c 100644 --- a/usrp2/fpga/.gitignore +++ b/usrp2/fpga/.gitignore @@ -1 +1,2 @@ xlnx_auto_* +*.log diff --git a/usrp2/fpga/simple_gemac/.gitignore b/usrp2/fpga/simple_gemac/.gitignore index 515552fdb..17f35e962 100644 --- a/usrp2/fpga/simple_gemac/.gitignore +++ b/usrp2/fpga/simple_gemac/.gitignore @@ -1,2 +1,4 @@ /a.out /*.vcd +simple_gemac_wrapper_tb + |