From 253018c6cdb114f5662a2d7ba8ed748c6e68e3a7 Mon Sep 17 00:00:00 2001
From: git
Date: Fri, 14 Aug 2009 18:10:11 +0000
Subject: Added git ignore files auto created from svn:ignore properties.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
---
 usrp2/host/.gitignore               | 20 ++++++++++++++++++++
 usrp2/host/apps/.gitignore          | 16 ++++++++++++++++
 usrp2/host/include/.gitignore       |  2 ++
 usrp2/host/include/usrp2/.gitignore |  2 ++
 usrp2/host/lib/.gitignore           |  5 +++++
 5 files changed, 45 insertions(+)
 create mode 100644 usrp2/host/.gitignore
 create mode 100644 usrp2/host/apps/.gitignore
 create mode 100644 usrp2/host/include/.gitignore
 create mode 100644 usrp2/host/include/usrp2/.gitignore
 create mode 100644 usrp2/host/lib/.gitignore

(limited to 'usrp2/host')

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
-- 
cgit