mirror of
https://github.com/amd/blis.git
synced 2026-05-11 17:50:00 +00:00
Details: - Replaced multi-type invocations of copys_mxn, xpbys_mxn, etc. (PASTEMAC2 and PASTEMAC3) with those that only use a single type (PASTEMAC). - Added extra macros to bli_adds_mxn_uplo.h and bli_xpbys_mxn_uplo.h to accommodate above change. - Fixed comment typo in bli_config.h files. - Added .nfs* pattern to .gitignore.
35 lines
532 B
Plaintext
35 lines
532 B
Plaintext
# -- generic files to ignore --
|
|
|
|
# emacs backup files
|
|
*~
|
|
# vim backup files
|
|
*.swp
|
|
# NFS file
|
|
.nfs*
|
|
|
|
# -- compiler-related --
|
|
|
|
# object files
|
|
# NOTE: This will result in git also exluding the top-level obj directory
|
|
# since its only contents are .o files.
|
|
*.o
|
|
# static library archives
|
|
# NOTE: This will result in git also exluding the top-level lib directory
|
|
# since its only contents are .a files.
|
|
*.a
|
|
# test executables
|
|
*.x
|
|
|
|
# -- build system files --
|
|
|
|
config.mk
|
|
version
|
|
|
|
# -- makefile fragments --
|
|
|
|
.fragment.mk
|
|
|
|
# -- misc. --
|
|
|
|
|