Files
rocm-systems/projects/rocprofiler-sdk/.gitignore
T
Ammar ELWazir a276ef5fcf Update .gitignore (#161)
[ROCm/rocprofiler-sdk commit: d6e24d1fe0]
2023-10-30 17:40:49 -07:00

42 строки
368 B
Plaintext

# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# Build directories
/compile_commands.json
/build*
/.cache
/.vscode
# Github Workflows
/.github