MD-Bench/.gitignore
Rafael Ravedutti db5f8cf1c6 Update .gitignore
Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
2023-01-02 19:12:25 +01:00

71 lines
599 B
Plaintext

# Prerequisites
*.d
# Object files
*.o
*.ko
*.obj
*.elf
# Linker output
*.ilk
*.map
*.exp
# Precompiled Headers
*.gch
*.pch
# Libraries
*.lib
*.a
*.la
*.lo
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
*.i*86
*.x86_64
*.hex
# Debug files
*.dSYM/
*.su
*.idb
*.pdb
# Kernel Module Compile Results
*.mod*
*.cmd
.tmp_versions/
modules.order
Module.symvers
Mkfile.old
dkms.conf
# Logs
*.log
# TODO list
todo.txt
# Build directories and executables
GCC/
ICC/
ICX/
CLANG/
NVCC/
MDBench-GCC*
MDBench-ICC*
MDBench-ICX*
MDBench-CLANG*
MDBench-NVCC*