diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-08 18:16:56 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-08 18:16:56 -0800 |
commit | 751c2a853fba89373acae9f27e49da3d45a42ea4 (patch) | |
tree | 488f68810c7730100f0c25d1307680b46053a622 /.gitignore | |
parent | 67a502ec0fb92b14db5eedf2cff36caacbb0efbf (diff) | |
download | uhd-751c2a853fba89373acae9f27e49da3d45a42ea4.tar.gz uhd-751c2a853fba89373acae9f27e49da3d45a42ea4.tar.bz2 uhd-751c2a853fba89373acae9f27e49da3d45a42ea4.zip |
Added stuff for usrp addresses, wax framework, build structure.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7bc18aa37..cce871cf4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,9 @@ /libtool /ltmain.sh /missing -/usrp-uhd.pc +/depcomp +*.la +*.lo +*.o +*.libs +*.deps |