Files
MP1R-Rando-CodeEdits/.gitignore
2024-04-05 16:07:16 -07:00

42 lines
358 B
Plaintext

# Build directory
build/
.cache/
# 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
.idea/
# specific files
compile_commands.json
deploy