Files
rocm-systems/.gitignore
T
Jatin Chaudhary e979130479 SWDEV-361630 Add README, LICENCE and restructured gitignore
Change-Id: I6229140f7d901c9f6dc44288438e68b98f096fc0
2023-03-26 15:42:33 +00:00

44 строки
360 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
# Directories
build/
release/
debug/
packages/
install/
# Editor temp files
*.swp
*.swo