joaopauloschuler / neural-api

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
GNU Lesser General Public License v2.1
371 stars 198 forks source link

Ignore the bin subdirectory of repo for GIT #113

Open michaliskambi opened 1 year ago

michaliskambi commented 1 year ago

The bin subdirectory is filled with compilation outputs, like bin/x86_64-linux/bin/OnlyOneNeuronOrOperation . I'd suggest to add it to .gitignore, so that git status remains clean after compilations.