mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 16:14:24 +00:00
24 lines
173 B
Text
24 lines
173 B
Text
# Object files
|
|
*.o
|
|
*.dep
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*_acc
|
|
|
|
# Temp Files
|
|
*~
|
|
#*#
|
|
|