InfiniTensor/.gitignore

45 lines
349 B
Plaintext
Raw Permalink Normal View History

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/
.vscode/
# python
*.egg-info
*.pyc
# onnx model
*.onnx