xj_test/.gitignore

37 lines
299 B
Plaintext
Raw Normal View History

2024-08-14 14:04:09 +00:00
# ---> C++
2024-08-14 14:07:45 +00:00
/.xmake
/.vscode
2024-08-14 14:04:09 +00: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