Files
yellownotes/.gitignore
Hans Dijkema 6784ba6ebc Linux
Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
2025-11-18 18:03:58 +01:00

39 lines
315 B
Plaintext

# ---> C++
# 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
# Project specific
*.user
build