CuPBoP/.gitignore

48 lines
403 B
Plaintext
Raw Normal View History

2022-01-14 02:30:45 +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
# LLVM files
*.bc
# CMake temp files
Makefile
CMakeCache.txt
*.cmake
# Log files
*.log
# OS generated files
.DS_Store
2022-05-25 08:43:47 +08:00
.DS_Store?