2022-07-27 22:40:23 +08:00
|
|
|
# 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
|
2022-07-31 21:43:26 +08:00
|
|
|
|
|
|
|
build/
|
|
|
|
build_debug/
|
|
|
|
|
2022-09-18 20:27:18 +08:00
|
|
|
.vscode/
|
|
|
|
|
|
|
|
# python
|
2023-02-12 08:23:49 +08:00
|
|
|
*.egg-info
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# onnx model
|
|
|
|
*.onnx
|