diff options
Diffstat (limited to 'usrp2/host')
-rw-r--r-- | usrp2/host/.gitignore | 20 | ||||
-rw-r--r-- | usrp2/host/apps/.gitignore | 16 | ||||
-rw-r--r-- | usrp2/host/include/.gitignore | 2 | ||||
-rw-r--r-- | usrp2/host/include/usrp2/.gitignore | 2 | ||||
-rw-r--r-- | usrp2/host/lib/.gitignore | 5 |
5 files changed, 45 insertions, 0 deletions
diff --git a/usrp2/host/.gitignore b/usrp2/host/.gitignore new file mode 100644 index 000000000..605b6fe86 --- /dev/null +++ b/usrp2/host/.gitignore @@ -0,0 +1,20 @@ +/configure +/Makefile.in +/config.log +/config.status +/config.guess +/stamp-h1 +/config.h +/ltmain.sh +/config.sub +/config.h.in +/libtool +/autom4te.cache +/missing +/aclocal.m4 +/Makefile +/install-sh +/depcomp +/usrp2*.tar.gz +/py-compile +/usrp2.pc diff --git a/usrp2/host/apps/.gitignore b/usrp2/host/apps/.gitignore new file mode 100644 index 000000000..4b66ac0f9 --- /dev/null +++ b/usrp2/host/apps/.gitignore @@ -0,0 +1,16 @@ +/Makefile +/Makefile.in +/.libs +/.deps +/test_eth +/test_usrp2 +/gen_const +/find_usrps +/cerr +/*.sh +/tx_samples +/rx_streaming_samples +/u2_burn_mac_addr +/usrp2_burn_mac_addr +/test_mimo_tx +/gpio diff --git a/usrp2/host/include/.gitignore b/usrp2/host/include/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/usrp2/host/include/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/usrp2/host/include/usrp2/.gitignore b/usrp2/host/include/usrp2/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/usrp2/host/include/usrp2/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/usrp2/host/lib/.gitignore b/usrp2/host/lib/.gitignore new file mode 100644 index 000000000..8f5500b33 --- /dev/null +++ b/usrp2/host/lib/.gitignore @@ -0,0 +1,5 @@ +/.libs +/.deps +/Makefile +/Makefile.in +/usrp2_socket_opener |