mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
40 lines
587 B
Plaintext
40 lines
587 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
|
|
*.so
|
|
# test executables
|
|
*.x
|
|
*.pexe
|
|
*.nexe
|
|
*.js
|
|
# link map files
|
|
*.map
|
|
|
|
# -- build system files --
|
|
|
|
config.mk
|
|
|
|
# -- makefile fragments --
|
|
|
|
.fragment.mk
|
|
|
|
# -- misc. --
|
|
|
|
output.testsuite
|