diff --git a/.gitignore b/.gitignore index 8bf885da..9bae36b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ Makefile -!src/math/Makefile -!src/util/Makefile +!*/Makefile *.cfg diff --git a/blazemark/obj/.gitignore b/blazemark/obj/.gitignore new file mode 100644 index 00000000..874c63cf --- /dev/null +++ b/blazemark/obj/.gitignore @@ -0,0 +1,2 @@ +*.o + diff --git a/blazemark/src/armadillo/.gitignore b/blazemark/src/armadillo/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/armadillo/.gitignore +++ b/blazemark/src/armadillo/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazemark/src/blas/.gitignore b/blazemark/src/blas/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/blas/.gitignore +++ b/blazemark/src/blas/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazemark/src/blaze/.gitignore b/blazemark/src/blaze/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/blaze/.gitignore +++ b/blazemark/src/blaze/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazemark/src/blitz/.gitignore b/blazemark/src/blitz/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/blitz/.gitignore +++ b/blazemark/src/blitz/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazemark/src/boost/.gitignore b/blazemark/src/boost/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/boost/.gitignore +++ b/blazemark/src/boost/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazemark/src/classic/.gitignore b/blazemark/src/classic/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/classic/.gitignore +++ b/blazemark/src/classic/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazemark/src/clike/.gitignore b/blazemark/src/clike/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/clike/.gitignore +++ b/blazemark/src/clike/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazemark/src/eigen/.gitignore b/blazemark/src/eigen/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/eigen/.gitignore +++ b/blazemark/src/eigen/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazemark/src/gmm/.gitignore b/blazemark/src/gmm/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/gmm/.gitignore +++ b/blazemark/src/gmm/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazemark/src/main/.gitignore b/blazemark/src/main/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/main/.gitignore +++ b/blazemark/src/main/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazemark/src/mtl/.gitignore b/blazemark/src/mtl/.gitignore index 42d25324..b822e1cc 100644 --- a/blazemark/src/mtl/.gitignore +++ b/blazemark/src/mtl/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/blazetest/src/mathtest/dmatdmatadd/.gitignore b/blazetest/src/mathtest/dmatdmatadd/.gitignore index 5bb5bba4..2aa22ecf 100644 --- a/blazetest/src/mathtest/dmatdmatadd/.gitignore +++ b/blazetest/src/mathtest/dmatdmatadd/.gitignore @@ -1,4 +1,5 @@ *.d +*.o M2x2aM2x2a M2x2aM2x2b M2x2aMDa diff --git a/blazetest/src/mathtest/dmatdmatmult/.gitignore b/blazetest/src/mathtest/dmatdmatmult/.gitignore index 5fb55ea0..eef6d38f 100644 --- a/blazetest/src/mathtest/dmatdmatmult/.gitignore +++ b/blazetest/src/mathtest/dmatdmatmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o M2x2aM2x2a M2x2aM2x2b M2x2aMDa diff --git a/blazetest/src/mathtest/dmatdmatsub/.gitignore b/blazetest/src/mathtest/dmatdmatsub/.gitignore index 5bb5bba4..2aa22ecf 100644 --- a/blazetest/src/mathtest/dmatdmatsub/.gitignore +++ b/blazetest/src/mathtest/dmatdmatsub/.gitignore @@ -1,4 +1,5 @@ *.d +*.o M2x2aM2x2a M2x2aM2x2b M2x2aMDa diff --git a/blazetest/src/mathtest/dmatdvecmult/.gitignore b/blazetest/src/mathtest/dmatdvecmult/.gitignore index a2354a34..4bc0e8a4 100644 --- a/blazetest/src/mathtest/dmatdvecmult/.gitignore +++ b/blazetest/src/mathtest/dmatdvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o M2x2aV2a M2x2aV2b M2x2aVDa diff --git a/blazetest/src/mathtest/dmatsmatadd/.gitignore b/blazetest/src/mathtest/dmatsmatadd/.gitignore index 7d67291f..c279c9c8 100644 --- a/blazetest/src/mathtest/dmatsmatadd/.gitignore +++ b/blazetest/src/mathtest/dmatsmatadd/.gitignore @@ -1,4 +1,5 @@ *.d +*.o M2x2aMCa M2x2aMCb M2x2bMCa diff --git a/blazetest/src/mathtest/dmatsmatmult/.gitignore b/blazetest/src/mathtest/dmatsmatmult/.gitignore index 7d67291f..c279c9c8 100644 --- a/blazetest/src/mathtest/dmatsmatmult/.gitignore +++ b/blazetest/src/mathtest/dmatsmatmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o M2x2aMCa M2x2aMCb M2x2bMCa diff --git a/blazetest/src/mathtest/dmatsmatsub/.gitignore b/blazetest/src/mathtest/dmatsmatsub/.gitignore index 7d67291f..c279c9c8 100644 --- a/blazetest/src/mathtest/dmatsmatsub/.gitignore +++ b/blazetest/src/mathtest/dmatsmatsub/.gitignore @@ -1,4 +1,5 @@ *.d +*.o M2x2aMCa M2x2aMCb M2x2bMCa diff --git a/blazetest/src/mathtest/dmatsvecmult/.gitignore b/blazetest/src/mathtest/dmatsvecmult/.gitignore index c64ba2f4..ce233540 100644 --- a/blazetest/src/mathtest/dmatsvecmult/.gitignore +++ b/blazetest/src/mathtest/dmatsvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o M2x2aVCa M2x2aVCb M2x2bVCa diff --git a/blazetest/src/mathtest/dvecdvecadd/.gitignore b/blazetest/src/mathtest/dvecdvecadd/.gitignore index 713cc407..0dcced4b 100644 --- a/blazetest/src/mathtest/dvecdvecadd/.gitignore +++ b/blazetest/src/mathtest/dvecdvecadd/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aV2a V2aV2b V2aVDa diff --git a/blazetest/src/mathtest/dvecdvecmult/.gitignore b/blazetest/src/mathtest/dvecdvecmult/.gitignore index 713cc407..0dcced4b 100644 --- a/blazetest/src/mathtest/dvecdvecmult/.gitignore +++ b/blazetest/src/mathtest/dvecdvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aV2a V2aV2b V2aVDa diff --git a/blazetest/src/mathtest/dvecdvecsub/.gitignore b/blazetest/src/mathtest/dvecdvecsub/.gitignore index 713cc407..0dcced4b 100644 --- a/blazetest/src/mathtest/dvecdvecsub/.gitignore +++ b/blazetest/src/mathtest/dvecdvecsub/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aV2a V2aV2b V2aVDa diff --git a/blazetest/src/mathtest/dvecsvecadd/.gitignore b/blazetest/src/mathtest/dvecsvecadd/.gitignore index 5e46e19b..ffc0dcb1 100644 --- a/blazetest/src/mathtest/dvecsvecadd/.gitignore +++ b/blazetest/src/mathtest/dvecsvecadd/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aVCa V2aVCb V2bVCa diff --git a/blazetest/src/mathtest/dvecsvecmult/.gitignore b/blazetest/src/mathtest/dvecsvecmult/.gitignore index 5e46e19b..ffc0dcb1 100644 --- a/blazetest/src/mathtest/dvecsvecmult/.gitignore +++ b/blazetest/src/mathtest/dvecsvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aVCa V2aVCb V2bVCa diff --git a/blazetest/src/mathtest/dvecsvecsub/.gitignore b/blazetest/src/mathtest/dvecsvecsub/.gitignore index 5e46e19b..ffc0dcb1 100644 --- a/blazetest/src/mathtest/dvecsvecsub/.gitignore +++ b/blazetest/src/mathtest/dvecsvecsub/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aVCa V2aVCb V2bVCa diff --git a/blazetest/src/mathtest/dvectdvecmult/.gitignore b/blazetest/src/mathtest/dvectdvecmult/.gitignore index b22720e9..873816c5 100644 --- a/blazetest/src/mathtest/dvectdvecmult/.gitignore +++ b/blazetest/src/mathtest/dvectdvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aV2a V2aV2b V2aV3a diff --git a/blazetest/src/mathtest/dvectsvecmult/.gitignore b/blazetest/src/mathtest/dvectsvecmult/.gitignore index 5e46e19b..ffc0dcb1 100644 --- a/blazetest/src/mathtest/dvectsvecmult/.gitignore +++ b/blazetest/src/mathtest/dvectsvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aVCa V2aVCb V2bVCa diff --git a/blazetest/src/mathtest/smatdmatadd/.gitignore b/blazetest/src/mathtest/smatdmatadd/.gitignore index 79fac350..3223b2ee 100644 --- a/blazetest/src/mathtest/smatdmatadd/.gitignore +++ b/blazetest/src/mathtest/smatdmatadd/.gitignore @@ -1,4 +1,5 @@ *.d +*.o MCaM2x2a MCaM2x2b MCaM3x3a diff --git a/blazetest/src/mathtest/smatdmatmult/.gitignore b/blazetest/src/mathtest/smatdmatmult/.gitignore index 79fac350..3223b2ee 100644 --- a/blazetest/src/mathtest/smatdmatmult/.gitignore +++ b/blazetest/src/mathtest/smatdmatmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o MCaM2x2a MCaM2x2b MCaM3x3a diff --git a/blazetest/src/mathtest/smatdmatsub/.gitignore b/blazetest/src/mathtest/smatdmatsub/.gitignore index 79fac350..3223b2ee 100644 --- a/blazetest/src/mathtest/smatdmatsub/.gitignore +++ b/blazetest/src/mathtest/smatdmatsub/.gitignore @@ -1,4 +1,5 @@ *.d +*.o MCaM2x2a MCaM2x2b MCaM3x3a diff --git a/blazetest/src/mathtest/smatdvecmult/.gitignore b/blazetest/src/mathtest/smatdvecmult/.gitignore index 4290b018..51840694 100644 --- a/blazetest/src/mathtest/smatdvecmult/.gitignore +++ b/blazetest/src/mathtest/smatdvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o MCaV2a MCaV2b MCaV3a diff --git a/blazetest/src/mathtest/smatsmatadd/.gitignore b/blazetest/src/mathtest/smatsmatadd/.gitignore index dfb78118..79fab05e 100644 --- a/blazetest/src/mathtest/smatsmatadd/.gitignore +++ b/blazetest/src/mathtest/smatsmatadd/.gitignore @@ -1,4 +1,5 @@ *.d +*.o MCaMCa MCaMCb MCbMCa diff --git a/blazetest/src/mathtest/smatsmatmult/.gitignore b/blazetest/src/mathtest/smatsmatmult/.gitignore index dfb78118..79fab05e 100644 --- a/blazetest/src/mathtest/smatsmatmult/.gitignore +++ b/blazetest/src/mathtest/smatsmatmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o MCaMCa MCaMCb MCbMCa diff --git a/blazetest/src/mathtest/smatsmatsub/.gitignore b/blazetest/src/mathtest/smatsmatsub/.gitignore index dfb78118..79fab05e 100644 --- a/blazetest/src/mathtest/smatsmatsub/.gitignore +++ b/blazetest/src/mathtest/smatsmatsub/.gitignore @@ -1,4 +1,5 @@ *.d +*.o MCaMCa MCaMCb MCbMCa diff --git a/blazetest/src/mathtest/smatsvecmult/.gitignore b/blazetest/src/mathtest/smatsvecmult/.gitignore index 7d868ffc..ac6b6533 100644 --- a/blazetest/src/mathtest/smatsvecmult/.gitignore +++ b/blazetest/src/mathtest/smatsvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o MCaVCa MCaVCb MCbVCa diff --git a/blazetest/src/mathtest/svecdvecadd/.gitignore b/blazetest/src/mathtest/svecdvecadd/.gitignore index f5b20cb2..e23edbf7 100644 --- a/blazetest/src/mathtest/svecdvecadd/.gitignore +++ b/blazetest/src/mathtest/svecdvecadd/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaV2a VCaV2b VCaV3a diff --git a/blazetest/src/mathtest/svecdvecmult/.gitignore b/blazetest/src/mathtest/svecdvecmult/.gitignore index f5b20cb2..e23edbf7 100644 --- a/blazetest/src/mathtest/svecdvecmult/.gitignore +++ b/blazetest/src/mathtest/svecdvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaV2a VCaV2b VCaV3a diff --git a/blazetest/src/mathtest/svecdvecsub/.gitignore b/blazetest/src/mathtest/svecdvecsub/.gitignore index f5b20cb2..e23edbf7 100644 --- a/blazetest/src/mathtest/svecdvecsub/.gitignore +++ b/blazetest/src/mathtest/svecdvecsub/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaV2a VCaV2b VCaV3a diff --git a/blazetest/src/mathtest/svecsvecadd/.gitignore b/blazetest/src/mathtest/svecsvecadd/.gitignore index aa6391b1..a15f9767 100644 --- a/blazetest/src/mathtest/svecsvecadd/.gitignore +++ b/blazetest/src/mathtest/svecsvecadd/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaVCa VCaVCb VCbVCa diff --git a/blazetest/src/mathtest/svecsvecmult/.gitignore b/blazetest/src/mathtest/svecsvecmult/.gitignore index aa6391b1..a15f9767 100644 --- a/blazetest/src/mathtest/svecsvecmult/.gitignore +++ b/blazetest/src/mathtest/svecsvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaVCa VCaVCb VCbVCa diff --git a/blazetest/src/mathtest/svecsvecsub/.gitignore b/blazetest/src/mathtest/svecsvecsub/.gitignore index aa6391b1..a15f9767 100644 --- a/blazetest/src/mathtest/svecsvecsub/.gitignore +++ b/blazetest/src/mathtest/svecsvecsub/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaVCa VCaVCb VCbVCa diff --git a/blazetest/src/mathtest/svectdvecmult/.gitignore b/blazetest/src/mathtest/svectdvecmult/.gitignore index f5b20cb2..e23edbf7 100644 --- a/blazetest/src/mathtest/svectdvecmult/.gitignore +++ b/blazetest/src/mathtest/svectdvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaV2a VCaV2b VCaV3a diff --git a/blazetest/src/mathtest/svectsvecmult/.gitignore b/blazetest/src/mathtest/svectsvecmult/.gitignore index aa6391b1..a15f9767 100644 --- a/blazetest/src/mathtest/svectsvecmult/.gitignore +++ b/blazetest/src/mathtest/svectsvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaVCa VCaVCb VCbVCa diff --git a/blazetest/src/mathtest/tdvecdmatmult/.gitignore b/blazetest/src/mathtest/tdvecdmatmult/.gitignore index c52659a9..ab526d3b 100644 --- a/blazetest/src/mathtest/tdvecdmatmult/.gitignore +++ b/blazetest/src/mathtest/tdvecdmatmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aM2x2a V2aM2x2b V2aMDa diff --git a/blazetest/src/mathtest/tdvecdvecmult/.gitignore b/blazetest/src/mathtest/tdvecdvecmult/.gitignore index 713cc407..0dcced4b 100644 --- a/blazetest/src/mathtest/tdvecdvecmult/.gitignore +++ b/blazetest/src/mathtest/tdvecdvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aV2a V2aV2b V2aVDa diff --git a/blazetest/src/mathtest/tdvecsmatmult/.gitignore b/blazetest/src/mathtest/tdvecsmatmult/.gitignore index 185258f7..c83818eb 100644 --- a/blazetest/src/mathtest/tdvecsmatmult/.gitignore +++ b/blazetest/src/mathtest/tdvecsmatmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aMCa V2aMCb V2bMCa diff --git a/blazetest/src/mathtest/tdvecsvecmult/.gitignore b/blazetest/src/mathtest/tdvecsvecmult/.gitignore index 5e46e19b..ffc0dcb1 100644 --- a/blazetest/src/mathtest/tdvecsvecmult/.gitignore +++ b/blazetest/src/mathtest/tdvecsvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o V2aVCa V2aVCb V2bVCa diff --git a/blazetest/src/mathtest/tsvecdmatmult/.gitignore b/blazetest/src/mathtest/tsvecdmatmult/.gitignore index 59d053ac..772adcfd 100644 --- a/blazetest/src/mathtest/tsvecdmatmult/.gitignore +++ b/blazetest/src/mathtest/tsvecdmatmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaM2x2a VCaM2x2b VCaM3x3a diff --git a/blazetest/src/mathtest/tsvecdvecmult/.gitignore b/blazetest/src/mathtest/tsvecdvecmult/.gitignore index f5b20cb2..e23edbf7 100644 --- a/blazetest/src/mathtest/tsvecdvecmult/.gitignore +++ b/blazetest/src/mathtest/tsvecdvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaV2a VCaV2b VCaV3a diff --git a/blazetest/src/mathtest/tsvecsmatmult/.gitignore b/blazetest/src/mathtest/tsvecsmatmult/.gitignore index 529f80e5..cc54c5db 100644 --- a/blazetest/src/mathtest/tsvecsmatmult/.gitignore +++ b/blazetest/src/mathtest/tsvecsmatmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaMCa VCaMCb VCbMCa diff --git a/blazetest/src/mathtest/tsvecsvecmult/.gitignore b/blazetest/src/mathtest/tsvecsvecmult/.gitignore index aa6391b1..a15f9767 100644 --- a/blazetest/src/mathtest/tsvecsvecmult/.gitignore +++ b/blazetest/src/mathtest/tsvecsvecmult/.gitignore @@ -1,4 +1,5 @@ *.d +*.o VCaVCa VCaVCb VCbVCa diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 00000000..61565202 --- /dev/null +++ b/lib/.gitignore @@ -0,0 +1,3 @@ +libblaze.a +libblaze.so + diff --git a/obj/.gitignore b/obj/.gitignore new file mode 100644 index 00000000..874c63cf --- /dev/null +++ b/obj/.gitignore @@ -0,0 +1,2 @@ +*.o + diff --git a/src/math/solvers/.gitignore b/src/math/solvers/.gitignore index 42d25324..b822e1cc 100644 --- a/src/math/solvers/.gitignore +++ b/src/math/solvers/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/src/util/.gitignore b/src/util/.gitignore index 42d25324..b822e1cc 100644 --- a/src/util/.gitignore +++ b/src/util/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/src/util/logging/.gitignore b/src/util/logging/.gitignore index 42d25324..b822e1cc 100644 --- a/src/util/logging/.gitignore +++ b/src/util/logging/.gitignore @@ -1,2 +1,3 @@ *.d +*.o diff --git a/src/util/threadpool/.gitignore b/src/util/threadpool/.gitignore index 42d25324..b822e1cc 100644 --- a/src/util/threadpool/.gitignore +++ b/src/util/threadpool/.gitignore @@ -1,2 +1,3 @@ *.d +*.o