diff options
author | Tom Rondeau | 2010-12-08 01:09:35 -0500 |
---|---|---|
committer | Tom Rondeau | 2010-12-08 01:11:29 -0500 |
commit | f8b0c86d8a9eb347cb7187e3b01ed46c66de6a64 (patch) | |
tree | 7952f9580a216482ff09af79492a4bb478384af7 /volk/.gitignore | |
parent | 917e67d031bf5f044dfbbae3d4cf01b167b7b903 (diff) | |
download | gnuradio-f8b0c86d8a9eb347cb7187e3b01ed46c66de6a64.tar.gz gnuradio-f8b0c86d8a9eb347cb7187e3b01ed46c66de6a64.tar.bz2 gnuradio-f8b0c86d8a9eb347cb7187e3b01ed46c66de6a64.zip |
volk: Adding gitignore files.
Diffstat (limited to 'volk/.gitignore')
-rw-r--r-- | volk/.gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/volk/.gitignore b/volk/.gitignore new file mode 100644 index 000000000..dcd421895 --- /dev/null +++ b/volk/.gitignore @@ -0,0 +1,43 @@ +.* +*.o +*.a +*.ko +*.so +*.la +*.lo +*.py[oc] +*.gz +*.exe +*.patch +*~ +\#*# +.deps +.libs +TAGS +*-stamp +!.gitattributes +!.gitignore +make.log +/configure +/Makefile.in +/config.log +/config.h +/ltmain.sh +/Makefile +/config.status +/stamp-h1 +/stamp-h2 +/config.h.in +/autom4te.cache +/libtool +/missing +/aclocal.m4 +/install-sh +/depcomp +/py-compile +/compile +/build +/run_tests.sh +/volk.pc +/volk_config.h +/volk_config.h.in |