diff options
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 |